Skip to content

Instantly share code, notes, and snippets.

@yrochat
Created March 27, 2013 14:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yrochat/5254507 to your computer and use it in GitHub Desktop.
Save yrochat/5254507 to your computer and use it in GitHub Desktop.
  • $source
  • $entities
    • $user_mentions
      • $name
      • $screen_name
      • $indices
      • $id_str
      • $id
    • $media
      • $expanded_url
      • $indices
      • $url
      • $media_url
      • $id_str
      • $id
      • $media_url
      • $sizes
      • $display_url
    • $hashtags
      • $text
      • $indices
    • $urls
      • $indices
      • $url
      • $expanded_url
      • $display_url
  • $in_reply_to_status_id_str
  • $geo
  • $id_str
  • $in_reply_to_user_id [FAC]
  • $text
  • $retweeted_status [FAC]
    • les meta-données d’un tweets…
  • $id
  • $created_at
  • $in_reply_to_screen_name [FAC]
  • $in_reply_to_user_id_str [FAC]
  • $user
    • $name
    • $screen_name
    • $protected
    • $id_str
    • $profile_image_url_https
    • $id
    • $verified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment