Python 获取Facebook特定用户的feed和link

CODE:

#!/usr/bin/python 
# -*- coding: utf-8 -*-

'''
Created on 2014-8-9
@author: guaguastd
@name: facebook_connection_query.py
'''

# impot login
from login import facebook_login

# import helper
from helper import pp

# access to facebook
facebook_api = facebook_login()

# Use the ids to query for likes
pepsi_id = '56381779049' # Could also uee 'PepsiUS'
coke_id = '40796308305'  # Could also use 'CocaCola'

print '---------------'
print 'Query for feed/link of pepsi'
print '---------------'
print "Pepsi feed:", pp(facebook_api.get_connections(pepsi_id, 'feed'))
print "Pepsi link:", pp(facebook_api.get_connections(pepsi_id, 'links'))

print '---------------'
print 'Query for feed/link of coke'
print '---------------'
print "Coke feed:", pp(facebook_api.get_connections(coke_id, 'feed'))
print "Coke link:", pp(facebook_api.get_connections(coke_id, 'links'))

RESULT:

---------------
Query for feed/link of pepsi
---------------
Pepsi feed: {
 "paging": {
  "next": "https://graph.facebook.com/v1.0/56381779049/feed?access_token=CAACEdEose0cBAC2yL5nqXuvMRZArKMfXs1fg6hGK7tBhh82A0FPylKtKKbLyfTA9CMa5FoXALUcMsuVhuBZB7zsZA9CvQKAiWbMIZBe9Nx0qg3ybDmbNDKrQYvtbpAEUV9rXqDdlP6B0M3PP5Qi6LWG97UeqRSGUteCaq7gm1mxQDZC9bhEJnaGCwEsnUY9GPNoAvO8Gx7f2BmzERo7abB1JTBF0pgbYZD&limit=25&until=1407464513", 
  "previous": "https://graph.facebook.com/v1.0/56381779049/feed?access_token=CAACEdEose0cBAC2yL5nqXuvMRZArKMfXs1fg6hGK7tBhh82A0FPylKtKKbLyfTA9CMa5FoXALUcMsuVhuBZB7zsZA9CvQKAiWbMIZBe9Nx0qg3ybDmbNDKrQYvtbpAEUV9rXqDdlP6B0M3PP5Qi6LWG97UeqRSGUteCaq7gm1mxQDZC9bhEJnaGCwEsnUY9GPNoAvO8Gx7f2BmzERo7abB1JTBF0pgbYZD&limit=25&since=1407540678&__previous=1"
 }, 
 "data": [
  {
   "from": {
    "id": "1613527239", 
    "name": "Veronica Miller"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743818799050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743818799050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:31:18+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T23:31:18+0000", 
   "message": "business hours until 5 pm eastern?  So there's no one available to tell me if the defective can in the bottom of the 12 pack box is one in a trillion and doesn't affect the quality of the other 11 cans or that I should immediately remove all cans of Pepsi from my fridge because the sealed 1/2 full can is an indicator of a serious quality control problem with dire consequences for anyone who ingests the product.  Way to run a business.", 
   "type": "status", 
   "id": "56381779049_10152743818799050"
  }, 
  {
   "picture": "https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xap1/t1.0-9/p403x403/10455437_10152566259235240_2142089197906703898_n.jpg", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAyMzkxMTc4Mzc4", 
      "before": "MTAwMDAwMTU4NTE0NTQ4"
     }
    }, 
    "data": [
     {
      "id": "100000158514548", 
      "name": "Kristy Hyson"
     }, 
     {
      "id": "100002391178378", 
      "name": "Thomas Thibodeau"
     }
    ]
   }, 
   "from": {
    "id": "746305239", 
    "name": "Lisa Lynn LockeSmith"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152566259235240", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152566259235240", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:05:31+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "namespace": "fbipad_", 
    "name": "Facebook for iPad", 
    "id": "173847642670370"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10152566259235240&set=o.56381779049&type=1", 
   "object_id": "10152566259235240", 
   "created_time": "2014-08-08T23:05:31+0000", 
   "message": "Diet Pepsi Twins", 
   "type": "photo", 
   "id": "56381779049_10152566259235240", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "100002461894462", 
    "name": "Ann Bialuski"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743723269050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743723269050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:45:01+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T22:45:01+0000", 
   "message": "My son who is deployed in Afghanistan sent me a message to please get him Baja Blast, so since then we have been to every store in the area trying to find it. Our friends and family have looked too! So today I call the Corp. office but unfortunately it was 4:45 and the receptionist was to busy to get her weekend started and could only say NO to every question I asked! Shame on you for being so rude when our son is defending our country! I will tell everyone I know NOT to buy Pepsi products at all!!!!", 
   "type": "status", 
   "id": "56381779049_10152743723269050"
  }, 
  {
   "picture": "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBM1r1FchTxl87-&w=130&h=130&url=http%3A%2F%2Fi.ytimg.com%2Fvi%2F0Yq2w8h1hdU%2Fhqdefault.jpg", 
   "from": {
    "id": "674871366", 
    "name": "Anise Naser"
   }, 
   "name": "Chris Hedges beautiful speech on Gaza #FreePalestine", 
   "source": "http://www.youtube.com/v/0Yq2w8h1hdU?version=3&autohide=1&autoplay=1", 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152183322081367", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152183322081367", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:05:30+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "link": "https://www.youtube.com/watch?v=0Yq2w8h1hdU", 
   "created_time": "2014-08-08T22:05:30+0000", 
   "message": "What our corporate-elite media is NOT telling us about Gaza. Please watch,\nIsrael is committing incremental genocide with our U.S. tax dollars.", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yj/r/v2OnaTyTQZE.gif", 
   "type": "video", 
   "id": "56381779049_10152183322081367", 
   "description": "Chris Hedges beautiful speech on Gaza #FreePalestine"
  }, 
  {
   "picture": "https://scontent-a.xx.fbcdn.net/hphotos-xpa1/v/t1.0-9/q81/s480x480/10532555_768997656477562_203786637789117874_n.jpg?oh=642e01365783eba733cbeb9224642818&oe=545F235B", 
   "from": {
    "id": "100001020058632", 
    "name": "Aria Rowan Combahee"
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "Mg=="
     }
    }, 
    "data": [
     {
      "from": {
       "id": "100006050048860", 
       "name": "Clifford Scharlock Jr."
      }, 
      "like_count": 1, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:25:38+0000", 
      "message": "Best drink in tha world", 
      "id": "768997656477562_769032926474035", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100001020058632", 
       "name": "Aria Rowan Combahee"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:26:32+0000", 
      "message": "I know right :3", 
      "id": "768997656477562_769033246474003", 
      "user_likes": false
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/768997656477562", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/768997656477562", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:26:32+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=768997656477562&set=o.56381779049&type=1", 
   "object_id": "768997656477562", 
   "created_time": "2014-08-08T21:31:30+0000", 
   "message": "On a hot day in California", 
   "type": "photo", 
   "id": "56381779049_768997656477562", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "from": {
    "id": "100000315870464", 
    "name": "Gary W Smith"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743589719050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743589719050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T21:27:42+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T21:27:42+0000", 
   "message": "Here is my thought for this years Pepsi Super Bowl why not get the Hottest act with all their lights ,smoke ,lasers, and great music. I Believe that Paul O'Neill and gang can put together a show of all shows. The Tran Siberian Orchestra if you agree please comment and lets get Orchestra in the Bowl.", 
   "type": "status", 
   "id": "56381779049_10152743589719050"
  }, 
  {
   "from": {
    "id": "774799121", 
    "name": "Michael Lewandowski"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743580629050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743580629050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T21:22:53+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T21:22:53+0000", 
   "message": "What has happened to Pepsi one?  None of the store around me carry it anymore.", 
   "type": "status", 
   "id": "56381779049_10152743580629050"
  }, 
  {
   "picture": "https://scontent-b.xx.fbcdn.net/hphotos-xfp1/t1.0-9/10606510_1609928662566959_7318795775266396952_n.jpg", 
   "from": {
    "id": "100006495221588", 
    "name": "Dana Monroe"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/1609928662566959", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/1609928662566959", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T21:05:06+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=1609928662566959&set=o.56381779049&type=1", 
   "object_id": "1609928662566959", 
   "created_time": "2014-08-08T21:05:06+0000", 
   "message": "PEPSI, IS THIS TRUE??", 
   "type": "photo", 
   "id": "56381779049_1609928662566959", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "from": {
    "id": "100000226328197", 
    "name": "Patricia Wilson"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743521459050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743521459050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T21:00:53+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T21:00:53+0000", 
   "message": "Hello\nI just want to let you know that I think Pepsi is the best. I also like all the new commercials and have an idea. Have one where someone is giving a Pepsi to a friend and have it say Real friends give Real soda with Real sugar. \n\nThanks not a coke fan", 
   "type": "status", 
   "id": "56381779049_10152743521459050"
  }, 
  {
   "picture": "https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xpf1/t1.0-9/s480x480/10574528_876833909012745_7680030971049446187_n.jpg", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTU3NDczNzc4MA==", 
      "before": "MTY1Mzk0OTM4NQ=="
     }
    }, 
    "data": [
     {
      "id": "1653949385", 
      "name": "Arthur De Sousa"
     }, 
     {
      "id": "1603056446", 
      "name": "Takatoshi Murase"
     }, 
     {
      "id": "1574737780", 
      "name": "Adriano El Demonio Bonazzi"
     }
    ]
   }, 
   "from": {
    "id": "100000584331357", 
    "name": "Stasheo Jigs"
   }, 
   "message_tags": {
    "19": [
     {
      "length": 12, 
      "offset": 19, 
      "type": "user", 
      "id": "100000584331357", 
      "name": "Stasheo Jigs"
     }
    ], 
    "0": [
     {
      "length": 16, 
      "offset": 0, 
      "type": "user", 
      "id": "1603056446", 
      "name": "Takatoshi Murase"
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/876833909012745", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/876833909012745", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T20:56:19+0000", 
   "to": {
    "data": [
     {
      "id": "1603056446", 
      "name": "Takatoshi Murase"
     }, 
     {
      "id": "100000584331357", 
      "name": "Stasheo Jigs"
     }, 
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=876833909012745&set=o.56381779049&type=1", 
   "object_id": "876833909012745", 
   "created_time": "2014-08-08T20:56:19+0000", 
   "message": "Takatoshi Murase & Stasheo Jigs entering the world of pepsi", 
   "type": "photo", 
   "id": "56381779049_876833909012745", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "picture": "https://scontent-a.xx.fbcdn.net/hphotos-xpf1/t1.0-9/q71/s480x480/10574531_10152183169481367_1449653570722085179_n.jpg", 
   "from": {
    "id": "674871366", 
    "name": "Anise Naser"
   }, 
   "message_tags": {
    "63": [
     {
      "length": 34, 
      "offset": 63, 
      "type": "page", 
      "id": "268108602075", 
      "name": "Benjamin Netanyahu - \u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05e0\u05ea\u05e0\u05d9\u05d4\u05d5"
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152183169481367", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152183169481367", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T20:40:31+0000", 
   "to": {
    "data": [
     {
      "category": "Politician", 
      "name": "Benjamin Netanyahu - \u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05e0\u05ea\u05e0\u05d9\u05d4\u05d5", 
      "id": "268108602075"
     }, 
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10152183169481367&set=o.56381779049&type=1", 
   "object_id": "10152183169481367", 
   "created_time": "2014-08-08T20:40:31+0000", 
   "message": "There is NO culture in \"Whitewashing\" crimes against HUMANITY.\nBenjamin Netanyahu - \u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05e0\u05ea\u05e0\u05d9\u05d4\u05d5 is a WAR criminal! No amount of \"sanitation\" is going to wash away the bloodletting. Israel's aggression on Gaza is a STAIN on Humanity.", 
   "type": "photo", 
   "id": "56381779049_10152183169481367", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "picture": "https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xfp1/t1.0-9/10527764_10152183163556367_3777797889575299592_n.jpg", 
   "is_hidden": true, 
   "likes": {
    "paging": {
     "cursors": {
      "after": "Nzg3Nzg1MTc0", 
      "before": "Nzg3Nzg1MTc0"
     }
    }, 
    "data": [
     {
      "id": "787785174", 
      "name": "Antoinette Khatib"
     }
    ]
   }, 
   "from": {
    "id": "674871366", 
    "name": "Anise Naser"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152183163556367", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152183163556367", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T20:36:41+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10152183163556367&set=o.56381779049&type=1", 
   "object_id": "10152183163556367", 
   "created_time": "2014-08-08T20:36:41+0000", 
   "message": "Israel is a homicidal state completely immune to international conventions and without any respect for civilian lives. It is in possession of 300 nuclear warheads aimed at God knows who? It has WMD and is NOT a signatory to nuclear non-proliferation act. America, Israel is playing you like a violin. It\u2019s corrupting your elections, writing laws and getting you to fight wars on Iraq and Iran.", 
   "type": "photo", 
   "id": "56381779049_10152183163556367", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "category": "Local business", 
    "name": "Metropolis Big John", 
    "category_list": [
     {
      "id": "169207329791658", 
      "name": "Grocery Store"
     }
    ], 
    "id": "156141132946"
   }, 
   "message_tags": {
    "99": [
     {
      "length": 28, 
      "offset": 99, 
      "type": "page", 
      "id": "115965091775764", 
      "name": "Teenage Mutant Ninja Turtles"
     }
    ], 
    "230": [
     {
      "length": 5, 
      "offset": 230, 
      "type": "page", 
      "id": "56381779049", 
      "name": "Pepsi"
     }
    ], 
    "85": [
     {
      "length": 4, 
      "offset": 85, 
      "type": "page", 
      "id": "93855091090", 
      "name": "WKYQ"
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743287074050", 
     "name": "Comment"
    }
   ], 
   "updated_time": "2014-08-08T19:12:35+0000", 
   "to": {
    "data": [
     {
      "category": "Media/news/publishing", 
      "name": "WKYQ", 
      "category_list": [
       {
        "id": "2233", 
        "name": "Media/News/Publishing"
       }
      ], 
      "id": "93855091090"
     }, 
     {
      "category": "Tv show", 
      "name": "Teenage Mutant Ninja Turtles", 
      "id": "115965091775764"
     }, 
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAzNjUwNjc5MzAx", 
      "before": "MTM4NTAxMjU5MA=="
     }
    }, 
    "data": [
     {
      "id": "1385012590", 
      "name": "Ben Bremer"
     }, 
     {
      "id": "1025566026", 
      "name": "William Keith Stokes"
     }, 
     {
      "id": "547552246", 
      "name": "Chris Troutt"
     }, 
     {
      "id": "1044386967", 
      "name": "Trav Girtman"
     }, 
     {
      "id": "1280675135", 
      "name": "Suzanne Markus"
     }, 
     {
      "id": "100004637559695", 
      "name": "Vickie Johnson Taylor"
     }, 
     {
      "id": "1677097512", 
      "name": "Lonnie Hendrix"
     }, 
     {
      "id": "1621269007", 
      "name": "Tiffany Henry Korte"
     }, 
     {
      "id": "1107369902", 
      "name": "Connie Wymer Douglas"
     }, 
     {
      "id": "1267310295", 
      "name": "Deidre Nicole Holman"
     }, 
     {
      "id": "100001838153823", 
      "name": "Houcine N Rachel Idoublal"
     }, 
     {
      "id": "634355859", 
      "name": "Chelsa Marie McBride"
     }, 
     {
      "id": "100000989044974", 
      "name": "Charles Lanford"
     }, 
     {
      "id": "100003650679301", 
      "name": "Rachel Sparks Beggs"
     }
    ]
   }, 
   "created_time": "2014-08-08T19:12:35+0000", 
   "message": "Our Grand Opening celebration continues tomorrow! From 1pm-3pm, come join us for:\n\n- WKYQ Radio \n- Teenage Mutant Ninja Turtles\n- Live music from Lew Jetton\n\nWe'll also be cooking Boston Butts and giving away BBQ sliders and free Pepsi! Plus, don't miss out on giveaways including: gift cards, coupons & more! Hope to see you tomorrow!", 
   "type": "status", 
   "id": "56381779049_10152743287074050"
  }, 
  {
   "picture": "https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/p130x130/10455191_10152743259709050_7859729406548025746_n.jpg?oh=3227c4e53c8ffaee234676d579ad2e2e&oe=5463305F&__gda__=1416797344_9c57396f026cdbd8993aefc74bc3f8eb", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAwNDYxODk1NTU3", 
      "before": "NjkxMTQxODUw"
     }, 
     "next": "https://graph.facebook.com/v1.0/56381779049_10152743262089050/likes?access_token=CAACEdEose0cBAC2yL5nqXuvMRZArKMfXs1fg6hGK7tBhh82A0FPylKtKKbLyfTA9CMa5FoXALUcMsuVhuBZB7zsZA9CvQKAiWbMIZBe9Nx0qg3ybDmbNDKrQYvtbpAEUV9rXqDdlP6B0M3PP5Qi6LWG97UeqRSGUteCaq7gm1mxQDZC9bhEJnaGCwEsnUY9GPNoAvO8Gx7f2BmzERo7abB1JTBF0pgbYZD&limit=25&after=MTAwMDAwNDYxODk1NTU3"
    }, 
    "data": [
     {
      "id": "691141850", 
      "name": "Nate Chainmaille"
     }, 
     {
      "id": "100006591495178", 
      "name": "Keith von Braun"
     }, 
     {
      "id": "100000831879342", 
      "name": "Robert Pleas"
     }, 
     {
      "id": "100001023728521", 
      "name": "Alissa Smith"
     }, 
     {
      "id": "702293309", 
      "name": "Stephanie Elizabeth Ricardo"
     }, 
     {
      "id": "100000463951901", 
      "name": "Phillip Royer"
     }, 
     {
      "id": "100003525596673", 
      "name": "Carla Perez Carranza"
     }, 
     {
      "id": "100002010446383", 
      "name": "Melinda Seth"
     }, 
     {
      "id": "100002406178764", 
      "name": "Timothy Pumphrey"
     }, 
     {
      "id": "100004489023344", 
      "name": "Amanda Schmelzer"
     }, 
     {
      "id": "100003165879646", 
      "name": "James Jordan"
     }, 
     {
      "id": "100007702896014", 
      "name": "Logan Webb"
     }, 
     {
      "id": "1261891687", 
      "name": "Leticia Rivera"
     }, 
     {
      "id": "100001458695942", 
      "name": "Matua Terlaje"
     }, 
     {
      "id": "100006564601438", 
      "name": "Erika Orr"
     }, 
     {
      "id": "100007598255610", 
      "name": "Dorca De Canela"
     }, 
     {
      "id": "1595483530", 
      "name": "Natasha Willis"
     }, 
     {
      "id": "100000090782263", 
      "name": "Phyllis Lynn Leitsch"
     }, 
     {
      "id": "100006228852310", 
      "name": "Maria Mendoza"
     }, 
     {
      "id": "100000481875015", 
      "name": "PatriciaHervey Mason"
     }, 
     {
      "id": "100001515198794", 
      "name": "Andrew Fair"
     }, 
     {
      "id": "100007581227055", 
      "name": "Tony Vlk"
     }, 
     {
      "id": "100007826379125", 
      "name": "David Glover"
     }, 
     {
      "id": "100003588002357", 
      "name": "Shara Breedwell"
     }, 
     {
      "id": "100000461895557", 
      "name": "Vickie Trigg"
     }
    ]
   }, 
   "from": {
    "category": "Food/beverages", 
    "name": "Pepsi", 
    "id": "56381779049"
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MTI="
     }
    }, 
    "data": [
     {
      "from": {
       "id": "1427792927", 
       "name": "Mikki Mack"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:33:52+0000", 
      "message": "ain't know 7-11 in my area   just Kum & Go and Casey's - what  deal!", 
      "id": "10152743259709050_10152743822224050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "1595483530", 
       "name": "Natasha Willis"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:14:24+0000", 
      "message": "Gotta get the personal name on the bottle....#don't like Coke...but that's a game changer!!!", 
      "id": "10152743259709050_10152743787464050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "549876976", 
       "name": "Gian Carlo Roncal"
      }, 
      "message_tags": [
       {
        "length": 16, 
        "offset": 0, 
        "type": "user", 
        "id": "1522436262", 
        "name": "Chris Vanderwarf"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T22:54:27+0000", 
      "message": "Chris Vanderwarf", 
      "id": "10152743259709050_10152743751294050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100002343066375", 
       "name": "Jacob Dylan Cannon"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T22:31:19+0000", 
      "message": "I wish we had a 711. \ud83d\ude21 ", 
      "id": "10152743259709050_10152743698859050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100001143724950", 
       "name": "Joanna Sullivan"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T20:26:58+0000", 
      "message": "Not in Yakima :(", 
      "id": "10152743259709050_10152743433944050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "686301361", 
       "name": "Keith Grinde"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T19:48:48+0000", 
      "message": "you should sell pepsi as \"pepsi with real high fructose corn syrup\"", 
      "id": "10152743259709050_10152743351629050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100000683318677", 
       "name": "Jamie Patterson Tucker"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T19:30:16+0000", 
      "message": "Wish we had a 7-11 in LR Arkansas", 
      "id": "10152743259709050_10152743317349050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "1060075818", 
       "name": "Michael Sikler"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:41:11+0000", 
      "message": "Yuk.  Tast", 
      "id": "10152743259709050_10152743835294050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100000045563492", 
       "name": "Daniel Diaz"
      }, 
      "like_count": 1, 
      "can_remove": false, 
      "created_time": "2014-08-08T22:49:59+0000", 
      "message": "(y)", 
      "id": "10152743259709050_10152743729829050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100000704086098", 
       "name": "Mary Bodary"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T22:03:00+0000", 
      "message": "Yuck!", 
      "id": "10152743259709050_10152743652854050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100000395150366", 
       "name": "Deborah Brennan"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T19:33:44+0000", 
      "message": "Yum always keep it real", 
      "id": "10152743259709050_10152743323259050", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100003784741566", 
       "name": "Matt Jones"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T21:17:29+0000", 
      "message": "One of these days Im  gonna get on track   the direction of that sugar shack", 
      "id": "10152743259709050_10152743570194050", 
      "user_likes": false
     }
    ]
   }, 
   "message_tags": {
    "30": [
     {
      "length": 8, 
      "offset": 30, 
      "type": "page", 
      "id": "13457463254", 
      "name": "7-Eleven"
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743262089050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743262089050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:41:11+0000", 
   "to": {
    "data": [
     {
      "category": "Company", 
      "name": "7-Eleven", 
      "id": "13457463254"
     }
    ]
   }, 
   "link": "https://www.facebook.com/PepsiUS/photos/a.123490744049.127432.56381779049/10152743259709050/?type=1&relevant_count=1", 
   "object_id": "10152743259709050", 
   "shares": {
    "count": 26
   }, 
   "created_time": "2014-08-08T18:58:52+0000", 
   "message": "Something BIG is happening at 7-Eleven. Every #FullyLoadedFriday from now until 8/22, when you buy new #DoritosLoaded, you'll get a FREE 20oz. Pepsi Made With Real Sugar. https://www.7-eleven.com/app/", 
   "type": "photo", 
   "id": "56381779049_10152743262089050", 
   "status_type": "added_photos", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "picture": "https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xpf1/t1.0-9/1904086_826333417390522_4245971215288514394_n.jpg", 
   "from": {
    "id": "100000416145617", 
    "name": "Linda Niklauski Higgins"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/826333417390522", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/826333417390522", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T18:47:03+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=826333417390522&set=o.56381779049&type=1", 
   "object_id": "826333417390522", 
   "created_time": "2014-08-08T18:47:03+0000", 
   "message": "wow pepsi so disappointed in you!! coke would not do that", 
   "type": "photo", 
   "id": "56381779049_826333417390522", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "picture": "https://scontent-b.xx.fbcdn.net/hphotos-xpf1/t1.0-9/p480x480/10574480_750480225013487_2028734017053114231_n.jpg", 
   "from": {
    "id": "100001545496827", 
    "name": "Barz R Us"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/750480225013487", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/750480225013487", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T18:19:03+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=750480225013487&set=o.56381779049&type=1", 
   "object_id": "750480225013487", 
   "created_time": "2014-08-08T18:19:03+0000", 
   "message": "@pepsi @PepsiColombia @PepsiCo @pepsimax consider letting @darealwendyciti @talkofchicago or @butta773 do this ad. http://t.co/yTn0DAwWMy", 
   "type": "photo", 
   "id": "56381779049_750480225013487", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "1082181650", 
    "name": "Thom Evans"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743124259050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152743124259050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T17:42:59+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T17:42:59+0000", 
   "message": "BRING BACK PEPSI THROWBACK!!! Your impostor 'replacement' IS NOT THE SAME. The formula is NOT THE SAME! No matter how many times you tell us this, it will not change the fact that it tastes wildly different!\n\nYou said that you would continue to make it as long as people kept buying it. OK, so why did you go back on your word?\n\nBring it back. Don't fix what wasn't broken in the first place!", 
   "type": "status", 
   "id": "56381779049_10152743124259050"
  }, 
  {
   "picture": "https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xpf1/v/t1.0-9/s480x480/10373517_670438313050681_4302471807246077625_n.jpg?oh=042dc5dcaf2b21861de5ac03b83bca13&oe=545D41EE&__gda__=1416726611_12756b759787807e4604515e2a279ce7", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDA1MDI2NTE4ODg2", 
      "before": "MTAwMDA2OTEyOTk1NDU0"
     }
    }, 
    "data": [
     {
      "id": "100006912995454", 
      "name": "Alicia Martinez"
     }, 
     {
      "id": "100008026786619", 
      "name": "Miriam Cortes"
     }, 
     {
      "id": "100002473650707", 
      "name": "Neniita Amerikanista Luz Hernandez De Mendoza"
     }, 
     {
      "id": "100004614396703", 
      "name": "Ali Rodriguez"
     }, 
     {
      "id": "100001264772564", 
      "name": "Olga Lidia"
     }, 
     {
      "id": "100005489554508", 
      "name": "Alejandro Brise\u00f1o"
     }, 
     {
      "id": "100004154982941", 
      "name": "V\u00e5n\u00ea\u00ea \u00c3z\u00falcr\u00eam\u00e2"
     }, 
     {
      "id": "100003119442470", 
      "name": "Cris Mau Hdz"
     }, 
     {
      "id": "100003509529160", 
      "name": "Maria Ines Valdivia Gonzalez"
     }, 
     {
      "id": "100003369677046", 
      "name": "Chelsea Aylin Gutierrez"
     }, 
     {
      "id": "100003655977406", 
      "name": "Chrisstiaann JOsue TruJillo"
     }, 
     {
      "id": "100004488602093", 
      "name": "Miriam Cortes Servin"
     }, 
     {
      "id": "100001446274233", 
      "name": "Bibi Ramos"
     }, 
     {
      "id": "100002921917158", 
      "name": "Miguel Angel Gonzalez Morales"
     }, 
     {
      "id": "100001261514302", 
      "name": "Brenda Quintero Polo"
     }, 
     {
      "id": "100001437781505", 
      "name": "Yaneth XD"
     }, 
     {
      "id": "100000173015909", 
      "name": "Mayra Veronica Martinez Cuellar"
     }, 
     {
      "id": "100002481360717", 
      "name": "Luis Martinez Martinez Ramirez"
     }, 
     {
      "id": "100001635873847", 
      "name": "Veronica Hernandez"
     }, 
     {
      "id": "100002631250865", 
      "name": "Zuriita Alvarez"
     }, 
     {
      "id": "100006727383603", 
      "name": "EzSa Nna Ezzme"
     }, 
     {
      "id": "100001537998592", 
      "name": "Maria Velasquez"
     }, 
     {
      "id": "100003166973463", 
      "name": "Ana Hernandez"
     }, 
     {
      "id": "100005026518886", 
      "name": "Gabriel Lozada"
     }
    ]
   }, 
   "from": {
    "id": "100002535563669", 
    "name": "Luizito Azulkrema"
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "id": "100005026518886", 
       "name": "Gabriel Lozada"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T16:12:26+0000", 
      "message": "rifa vato :3", 
      "id": "670438313050681_670439896383856", 
      "user_likes": false
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/670438313050681", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/670438313050681", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T16:12:26+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=670438313050681&set=o.56381779049&type=1", 
   "object_id": "670438313050681", 
   "created_time": "2014-08-08T16:08:59+0000", 
   "message": "#Pepsi #Futbol #EnjoyLife", 
   "type": "photo", 
   "id": "56381779049_670438313050681", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "720172369", 
    "name": "Connie Gonzalez"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152742745474050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152742745474050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T14:36:22+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T14:36:22+0000", 
   "message": "I wish I could only drink one", 
   "type": "status", 
   "id": "56381779049_10152742745474050"
  }, 
  {
   "picture": "https://scontent-a.xx.fbcdn.net/hphotos-xfp1/v/t1.0-9/q82/s480x480/10524727_307467282764920_159094610717488438_n.jpg?oh=f3c9784d08d2c9b383cf90fce45aac5c&oe=5475A3F5", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDA1MDQ5NTE5NDA1", 
      "before": "MTAwMDAwMDU5MzY3MTM2"
     }
    }, 
    "data": [
     {
      "id": "100000059367136", 
      "name": "Vickie Stone"
     }, 
     {
      "id": "100005049519405", 
      "name": "Alan David"
     }
    ]
   }, 
   "from": {
    "id": "100005049519405", 
    "name": "Alan David"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/307467282764920", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/307467282764920", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T14:25:13+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=307467282764920&set=o.56381779049&type=1", 
   "object_id": "307467282764920", 
   "created_time": "2014-08-08T14:25:13+0000", 
   "message": "I was traveling with my handicapped mother and had to stop at the LOVES Travel stop located at 4703 Main St, Joseph City, AZ 86032 @ 12:02pm on 07/31/2014 in order for my mom to use the restroom. There are only two handicapped spots at that service station and one of them was being blocked by a PEPSI diesel making it unable to park in. The driver came out carrying a sandwich and drink and upon noticing me taking the attached photos while my mom was using the restroom, he moved his truck to the other side of parking lot and proceeded to consume his lunch. Fortunately the other spot was available at the time in order for me to get my mom out and into her wheelchair otherwise this situation could have been far more difficult.\nPEPSI Truck Lic #20722-N", 
   "type": "photo", 
   "id": "56381779049_307467282764920", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "100000175434269", 
    "name": "Robert Blevens"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152742577514050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152742577514050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T13:15:54+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T13:15:54+0000", 
   "message": "Pepsi/Kroger game.  I get a security system warning when I try to respond to the verification email.  I would like to respond but do not want to click thru unless the site is secure.", 
   "type": "status", 
   "id": "56381779049_10152742577514050"
  }, 
  {
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "from": {
    "id": "761048700", 
    "name": "Caroline Bouvier"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152742415124050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152742415124050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T11:36:02+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAyNDk0NTg4OTE2", 
      "before": "MTYxMzUyNzIzOQ=="
     }
    }, 
    "data": [
     {
      "id": "1613527239", 
      "name": "Veronica Miller"
     }, 
     {
      "id": "100002494588916", 
      "name": "Mike Lietzke"
     }
    ]
   }, 
   "created_time": "2014-08-08T11:36:02+0000", 
   "message": "I just bought a pepsi from the store.  It had never been opened. Seal was still there.  But it was missing a quarter of the soda. I was thirsty so I opened it anyways and it was extremely flat!  Come on pepsi!", 
   "type": "status", 
   "id": "56381779049_10152742415124050"
  }, 
  {
   "from": {
    "id": "720172369", 
    "name": "Connie Gonzalez"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152741917064050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152741917064050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T04:25:16+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T04:25:16+0000", 
   "message": "Add Pepsi to ur link rack up points", 
   "type": "status", 
   "id": "56381779049_10152741917064050"
  }, 
  {
   "application": {
    "namespace": "fbiphone", 
    "name": "Facebook for iPhone", 
    "id": "6628568379"
   }, 
   "from": {
    "id": "1201181855", 
    "name": "Jeff Mobley"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152741756149050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152741756149050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T02:49:45+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T02:49:45+0000", 
   "message": "Made with REAL sugar? What did you use to use, it said sugar on the can?", 
   "type": "status", 
   "id": "56381779049_10152741756149050"
  }, 
  {
   "from": {
    "id": "100008070275375", 
    "name": "Raven Lunar"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/56381779049/posts/10152741670084050", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/56381779049/posts/10152741670084050", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T02:21:54+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Pepsi", 
      "id": "56381779049"
     }
    ]
   }, 
   "created_time": "2014-08-08T02:21:54+0000", 
   "message": "While talking with one of my friends through Skype I screenshooted and made this! \nEnjoy", 
   "type": "status", 
   "id": "56381779049_10152741670084050"
  }
 ]
}
None
Pepsi link: {
 "data": []
}
None
---------------
Query for feed/link of coke
---------------
Coke feed: {
 "paging": {
  "next": "https://graph.facebook.com/v1.0/40796308305/feed?access_token=CAACEdEose0cBAC2yL5nqXuvMRZArKMfXs1fg6hGK7tBhh82A0FPylKtKKbLyfTA9CMa5FoXALUcMsuVhuBZB7zsZA9CvQKAiWbMIZBe9Nx0qg3ybDmbNDKrQYvtbpAEUV9rXqDdlP6B0M3PP5Qi6LWG97UeqRSGUteCaq7gm1mxQDZC9bhEJnaGCwEsnUY9GPNoAvO8Gx7f2BmzERo7abB1JTBF0pgbYZD&limit=25&until=1407531940", 
  "previous": "https://graph.facebook.com/v1.0/40796308305/feed?access_token=CAACEdEose0cBAC2yL5nqXuvMRZArKMfXs1fg6hGK7tBhh82A0FPylKtKKbLyfTA9CMa5FoXALUcMsuVhuBZB7zsZA9CvQKAiWbMIZBe9Nx0qg3ybDmbNDKrQYvtbpAEUV9rXqDdlP6B0M3PP5Qi6LWG97UeqRSGUteCaq7gm1mxQDZC9bhEJnaGCwEsnUY9GPNoAvO8Gx7f2BmzERo7abB1JTBF0pgbYZD&limit=25&since=1407541335&__previous=1"
 }, 
 "data": [
  {
   "from": {
    "id": "100001199525220", 
    "name": "Carmen Fontana"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153463026203306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153463026203306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:42:15+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T23:42:15+0000", 
   "message": "RRHH porque todo en ingles????DONDE MANDAR CV EN ARGENTINA???EN CASTELLANO *MI IDIOMA*", 
   "type": "status", 
   "id": "40796308305_10153463026203306"
  }, 
  {
   "picture": "https://fbexternal-a.akamaihd.net/safe_image.php?d=AQAQJWQRKGPlCy1F&w=154&h=154&url=http%3A%2F%2Fwww.playersoflife.com%2FproyectoDigital%2Fcontrollers%2FImagenesPrincipales%2F7441%2F7441.jpg", 
   "from": {
    "category": "Magazine", 
    "name": "PLAYERS of Life - Revista: Monterrey", 
    "category_list": [
     {
      "id": "161467220570897", 
      "name": "Book & Magazine Distribution"
     }
    ], 
    "id": "118089491558930"
   }, 
   "name": "PLAYERS of life - TU NOMBRE", 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "category": "Magazine", 
       "name": "PLAYERS of Life - Revista: Monterrey", 
       "category_list": [
        {
         "id": "161467220570897", 
         "name": "Book & Magazine Distribution"
        }
       ], 
       "id": "118089491558930"
      }, 
      "message_tags": [
       {
        "length": 9, 
        "offset": 0, 
        "type": "page", 
        "id": "40796308305", 
        "name": "Coca-Cola"
       }, 
       {
        "length": 21, 
        "offset": 10, 
        "type": "page", 
        "id": "124143809044", 
        "name": "Coca-Cola Zero M\u00e9xico"
       }, 
       {
        "length": 15, 
        "offset": 32, 
        "type": "page", 
        "id": "287552055150", 
        "name": "Coca-Cola light"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:34:48+0000", 
      "message": "Coca-Cola Coca-Cola Zero M\u00e9xico Coca-Cola light", 
      "id": "811201445581061_811210968913442", 
      "user_likes": false
     }
    ]
   }, 
   "message_tags": {
    "19": [
     {
      "length": 9, 
      "offset": 19, 
      "type": "page", 
      "id": "40796308305", 
      "name": "Coca-Cola"
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153463013023306", 
     "name": "Comment"
    }
   ], 
   "updated_time": "2014-08-08T23:32:25+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "link": "http://www.playersoflife.com/articulo.php?id=7441", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTU3MjUzNzM0MA==", 
      "before": "MTU3MjUzNzM0MA=="
     }
    }, 
    "data": [
     {
      "id": "1572537340", 
      "name": "Fely Estrada"
     }
    ]
   }, 
   "created_time": "2014-08-08T23:32:25+0000", 
   "message": "\u00bfYa compartiste tu Coca-Cola? ", 
   "caption": "playersoflife.com", 
   "type": "link", 
   "id": "40796308305_10153463013023306", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yD/r/aS8ecmYRys0.gif"
  }, 
  {
   "from": {
    "id": "100003834755341", 
    "name": "Jouna Kun"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462986158306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462986158306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:16:29+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T23:16:29+0000", 
   "message": "no creo que tengan una que diga jouna \u00acu\u00ac", 
   "type": "status", 
   "id": "40796308305_10153462986158306"
  }, 
  {
   "picture": "https://scontent-a.xx.fbcdn.net/hphotos-xfp1/t1.0-9/s480x480/10551074_10201701715698492_8569537839124715067_n.jpg", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAxNjU1MDQ1NTcy", 
      "before": "MTAwMDAyMDM5ODQ4NjY1"
     }
    }, 
    "data": [
     {
      "id": "100002039848665", 
      "name": "Renata Santos"
     }, 
     {
      "id": "100000083431557", 
      "name": "Monica Quibao"
     }, 
     {
      "id": "100001655045572", 
      "name": "Angel Carril"
     }
    ]
   }, 
   "from": {
    "id": "1648114817", 
    "name": "Mario Soares"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10201701715698492", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10201701715698492", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:15:17+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10201701715698492&set=o.40796308305&type=1", 
   "object_id": "10201701715698492", 
   "created_time": "2014-08-08T23:15:17+0000", 
   "message": "S\u00f3 tenho a dizer que \u00e9 lament\u00e1vel a situa\u00e7\u00e3o que vivi hoje com um caminh\u00e3o de entrega da Coca-Cola na cidade de S\u00e3o Paulo. O individuo parou o caminh\u00e3o e simplesmente ligou o pisca alerta para fazer a entrega. Quando eu perguntei como fa\u00e7o para passar com meu carro, ele simplesmente olhou e disse: \"Passa por cima da cal\u00e7ada\". Obviamente eu parei o carro e tirei algumas fotos do absurdo e falta de respeito com o pr\u00f3ximo. Quando ele percebeu que eu havia tirado foto, novamente falou outra asneira: \"Reclama com a Coca-Cola, pois eu trabalho na maior empresa do mundo\". Novamente eu digo, \u00e9 lament\u00e1vel a Coca-Cola ter uma pessoa totalmente despreparada vestindo a camisa de uma das maiores marcas do mundo.\n\nConforme solicitado, estou fazendo minha reclama\u00e7\u00e3o com a Coca-Cola.\n\nPara refletir, segue o slogan da Coca-Cola em 2006.\n\n\"O lado Coca-Cola da vida\"...\n\nSer\u00e1 que \u00e9 a cal\u00e7ada?", 
   "type": "photo", 
   "id": "40796308305_10201701715698492", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "100005477828266", 
    "name": "Eunisse Vela"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462980428306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462980428306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:11:45+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T23:11:45+0000", 
   "message": "Yo quiero una coca con mi nombre:c!\nOdalys <3 O Eunisse <3", 
   "type": "status", 
   "id": "40796308305_10153462980428306"
  }, 
  {
   "picture": "https://scontent-a.xx.fbcdn.net/hphotos-xaf1/t1.0-9/s480x480/10552526_10152736963688273_1494365772396177184_n.jpg", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTI2MTM5MjAxNw==", 
      "before": "MTI2MTM5MjAxNw=="
     }
    }, 
    "data": [
     {
      "id": "1261392017", 
      "name": "Dara Hammons"
     }
    ]
   }, 
   "from": {
    "id": "679313272", 
    "name": "Tin Nguyen"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10152736963688273", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10152736963688273", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:11:29+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "namespace": "fbiphone", 
    "name": "Facebook for iPhone", 
    "id": "6628568379"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10152736963688273&set=o.40796308305&type=1", 
   "object_id": "10152736963688273", 
   "created_time": "2014-08-08T23:11:29+0000", 
   "message": "Scuba diving in the ocean in Cozumel, Mexico", 
   "type": "photo", 
   "id": "40796308305_10152736963688273", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "from": {
    "id": "100003164888270", 
    "name": "Krisi Bilbrey Anthony"
   }, 
   "message_tags": {
    "0": [
     {
      "length": 5, 
      "offset": 0, 
      "type": "user", 
      "id": "100001056039881", 
      "name": "Rocky"
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462976043306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462976043306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:38:29+0000", 
   "to": {
    "data": [
     {
      "id": "100001056039881", 
      "name": "Rocky Irby"
     }, 
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAxMDU2MDM5ODgx", 
      "before": "MTAwMDAxMDU2MDM5ODgx"
     }
    }, 
    "data": [
     {
      "id": "100001056039881", 
      "name": "Rocky Irby"
     }
    ]
   }, 
   "created_time": "2014-08-08T23:09:13+0000", 
   "message": "Rocky Irby is the biggest Coca Cola fan alive: )", 
   "type": "status", 
   "id": "40796308305_10153462976043306", 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "id": "100001056039881", 
       "name": "Rocky Irby"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:38:29+0000", 
      "message": "YES MA'AM ", 
      "id": "10153462976043306_10153463021123306", 
      "user_likes": false
     }
    ]
   }
  }, 
  {
   "picture": "https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/s130x130/14912_829746697043764_518665803908210063_n.jpg?oh=8658a93b4f4fc70c6ad2c6e02172a84a&oe=546FC890&__gda__=1415516438_60da36a4a8bbe4c943f44c286239c187", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAwNjg0MTAyNzEy", 
      "before": "MTAwMDAwNTExMzU0ODkw"
     }, 
     "next": "https://graph.facebook.com/v1.0/40796308305_10153462972428306/likes?access_token=CAACEdEose0cBAC2yL5nqXuvMRZArKMfXs1fg6hGK7tBhh82A0FPylKtKKbLyfTA9CMa5FoXALUcMsuVhuBZB7zsZA9CvQKAiWbMIZBe9Nx0qg3ybDmbNDKrQYvtbpAEUV9rXqDdlP6B0M3PP5Qi6LWG97UeqRSGUteCaq7gm1mxQDZC9bhEJnaGCwEsnUY9GPNoAvO8Gx7f2BmzERo7abB1JTBF0pgbYZD&limit=25&after=MTAwMDAwNjg0MTAyNzEy"
    }, 
    "data": [
     {
      "id": "100000511354890", 
      "name": "M\u00f3nica Ram\u00edrez"
     }, 
     {
      "id": "100005881205644", 
      "name": "Daniel Becerra Mu\u00f1oz"
     }, 
     {
      "id": "1280321028", 
      "name": "Ilsee MV"
     }, 
     {
      "id": "100000434859287", 
      "name": "Leslye Torres"
     }, 
     {
      "id": "100001714329206", 
      "name": "Sarai Salazar Macias"
     }, 
     {
      "id": "100001851952398", 
      "name": "Julio Enrique Le\u00f3n Reyes"
     }, 
     {
      "id": "100003202030650", 
      "name": "Marisol de la Cruz"
     }, 
     {
      "id": "100004961223590", 
      "name": "Jose De Jesus"
     }, 
     {
      "id": "100004102152352", 
      "name": "David Cesar Flores Maldonado"
     }, 
     {
      "id": "529985727", 
      "name": "Florina Cruz"
     }, 
     {
      "id": "1207353479", 
      "name": "Lizbeth Bautista"
     }, 
     {
      "id": "889890173", 
      "name": "Gabriela Vel\u00e1zquez"
     }, 
     {
      "id": "1203761628", 
      "name": "Monserrat Jim\u00e9nez"
     }, 
     {
      "id": "100001150781139", 
      "name": "Gary West"
     }, 
     {
      "id": "100000678198271", 
      "name": "Ana Elizabeth Ovalle Valdez"
     }, 
     {
      "id": "100001824712844", 
      "name": "Maria Jose Archundia Cobos"
     }, 
     {
      "id": "100002128891643", 
      "name": "Juan Pablo Ramirez Briones"
     }, 
     {
      "id": "100001778873456", 
      "name": "Norita Padilla"
     }, 
     {
      "id": "1681081550", 
      "name": "Acuario Reynaga"
     }, 
     {
      "id": "1110370167", 
      "name": "Carlos Guillermo Hernandez Sanchez"
     }, 
     {
      "id": "1830120312", 
      "name": "Fernandez Rodriguez Frida"
     }, 
     {
      "id": "100001723802009", 
      "name": "Maydangel Fausto Martin"
     }, 
     {
      "id": "100001901010377", 
      "name": "Mario Bravo"
     }, 
     {
      "id": "100001806109868", 
      "name": "Faty Ortiz"
     }, 
     {
      "id": "100000684102712", 
      "name": "Francisco Javier Villanueva Gallardo"
     }
    ]
   }, 
   "from": {
    "category": "Shopping/retail", 
    "name": "Plaza Forum Tlaquepaque", 
    "category_list": [
     {
      "id": "109527622457518", 
      "name": "Shopping Mall"
     }
    ], 
    "id": "285403361478103"
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MTM="
     }
    }, 
    "data": [
     {
      "from": {
       "id": "100001057266964", 
       "name": "Alejandro Nu\u00f1o"
      }, 
      "like_count": 2, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:22:17+0000", 
      "message": "Me cae que los que andan criticando y tachando a los demas de pendejos fueron los primeros en irse a formar", 
      "id": "829747367043697_829751750376592", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100000989317224", 
       "name": "Paola Valderrama"
      }, 
      "message_tags": [
       {
        "length": 13, 
        "offset": 5, 
        "type": "user", 
        "id": "650275273", 
        "name": "Luis Gonzalez"
       }
      ], 
      "like_count": 1, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:14:26+0000", 
      "message": "Mira Luis Gonzalez para que las hagan con los nombre de tus amig@s", 
      "id": "829747367043697_829749567043477", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "761555351", 
       "name": "Gerardo Reyes"
      }, 
      "like_count": 1, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:10:57+0000", 
      "message": "Y se forman para eso? Wow los admiro!", 
      "id": "829747367043697_829748667043567", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "733278508", 
       "name": "Ana Manzana"
      }, 
      "like_count": 1, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:09:03+0000", 
      "message": "No les da pena \ud83d\ude31", 
      "id": "829747367043697_829748080376959", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100002727579616", 
       "name": "Mar D'San FerLag"
      }, 
      "message_tags": [
       {
        "length": 34, 
        "offset": 0, 
        "type": "user", 
        "id": "100000973581351", 
        "name": "Daniel Elocomon D'Mar S\u00e1nchez Pi\u00f1a"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:40:46+0000", 
      "message": "Daniel Elocomon D'Mar S\u00e1nchez Pi\u00f1a :(", 
      "id": "829747367043697_829760040375763", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "534920626", 
       "name": "Karina Meza"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:23:24+0000", 
      "message": "de ellos si hay en la tienda, hajajaja", 
      "id": "829747367043697_829752077043226", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "1226104085", 
       "name": "Mimy Mtz"
      }, 
      "message_tags": [
       {
        "length": 10, 
        "offset": 0, 
        "type": "user", 
        "id": "100000218381999", 
        "name": "Mike Ochoa"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:16:39+0000", 
      "message": "Mike Ochoa Quiero el mio completo :)", 
      "id": "829747367043697_829750217043412", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100001519249518", 
       "name": "Cabral Gonzalez Christopher"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:16:08+0000", 
      "message": "Que P E N D E J O S !", 
      "id": "829747367043697_829750123710088", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100000931580511", 
       "name": "Ana Lucia Cortes Infante"
      }, 
      "message_tags": [
       {
        "length": 21, 
        "offset": 0, 
        "type": "user", 
        "id": "100001551600853", 
        "name": "Gustavo Galaviz Barba"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:15:34+0000", 
      "message": "Gustavo Galaviz Barba !!!", 
      "id": "829747367043697_829749973710103", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "635611148", 
       "name": "Jess Soria"
      }, 
      "message_tags": [
       {
        "length": 15, 
        "offset": 0, 
        "type": "user", 
        "id": "529752199", 
        "name": "Monserrata TRex"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:14:48+0000", 
      "message": "Monserrata TRex QUIERO MI COCOL!!!!!", 
      "id": "829747367043697_829749660376801", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100001265292839", 
       "name": "Alfonso Zu\u00f1igaa"
      }, 
      "message_tags": [
       {
        "length": 8, 
        "offset": 6, 
        "type": "user", 
        "id": "100001524071323", 
        "name": "Jonathan"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:11:44+0000", 
      "message": "Vamos Jonathan Jaj (:", 
      "id": "829747367043697_829748950376872", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "618233656", 
       "name": "Claudia Cuevas"
      }, 
      "message_tags": [
       {
        "length": 30, 
        "offset": 0, 
        "type": "user", 
        "id": "640529717", 
        "name": "Jonathan Omar Sandoval Jimenez"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:09:23+0000", 
      "message": "Jonathan Omar Sandoval Jimenez", 
      "id": "829747367043697_829748197043614", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100000474228969", 
       "name": "Vaaleeriia Mrtiineesz"
      }, 
      "message_tags": [
       {
        "length": 5, 
        "offset": 0, 
        "type": "user", 
        "id": "100001608113838", 
        "name": "Jorge"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:09:05+0000", 
      "message": "Jorge  ve a forum a poner mi nombre en la coca jajaja", 
      "id": "829747367043697_829748110376956", 
      "user_likes": false
     }
    ]
   }, 
   "message_tags": {
    "0": [
     {
      "length": 9, 
      "offset": 0, 
      "type": "page", 
      "id": "40796308305", 
      "name": "Coca-Cola"
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462972428306", 
     "name": "Comment"
    }
   ], 
   "updated_time": "2014-08-08T23:06:29+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "link": "https://www.facebook.com/forumtlaquepaque/photos/pcb.829747367043697/829746697043764/?type=1&relevant_count=4", 
   "object_id": "829746697043764", 
   "created_time": "2014-08-08T23:06:29+0000", 
   "message": "Coca-Cola en #ForumTlaquepaque :D\n\n\u00a1Ven a poner tu nombre en alto! S\u00f3lo hoy hasta las 9:00 pm \n\nEncu\u00e9ntranos en #Cin\u00e9polis", 
   "type": "photo", 
   "id": "40796308305_10153462972428306", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "1812165987", 
    "name": "Pip Burke"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462957003306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462957003306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:59:58+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T22:59:58+0000", 
   "message": "were can I get the new Coke Mum Aluminum   bottle Coke  thanks", 
   "type": "status", 
   "id": "40796308305_10153462957003306"
  }, 
  {
   "picture": "https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpf1/v/t34.0-12/s480x480/10601117_10153673481568647_875792066_n.jpg?oh=0a7436974292c87b9bc2eebd454726b1&oe=53E6FCB7&__gda__=1407630332_cf0762de990963ccc77c2ecc494c281c", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "NzMyNTM4NjQ2", 
      "before": "MTAwMDAwOTc5NzY1OTA2"
     }
    }, 
    "data": [
     {
      "id": "100000979765906", 
      "name": "Travis Taco Vigue"
     }, 
     {
      "id": "660096374", 
      "name": "Jason Ruffino"
     }, 
     {
      "id": "544592246", 
      "name": "Lisa Kellogg"
     }, 
     {
      "id": "732538646", 
      "name": "Taryn R Ruffino"
     }
    ]
   }, 
   "from": {
    "id": "732538646", 
    "name": "Taryn R Ruffino"
   }, 
   "privacy": {
    "value": ""
   }, 
   "with_tags": {
    "data": [
     {
      "id": "660096374", 
      "name": "Jason Ruffino"
     }
    ]
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153677128408647", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153677128408647", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:50:40+0000", 
   "to": {
    "data": [
     {
      "id": "660096374", 
      "name": "Jason Ruffino"
     }, 
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10153677128408647&set=o.40796308305&type=1", 
   "object_id": "10153677128408647", 
   "created_time": "2014-08-08T22:50:40+0000", 
   "message": "Love this! We were at a Lion's Club picnic & my husband grabbed me a Coke and it read \"Soulmate\". He didn't even know ;)", 
   "type": "photo", 
   "id": "40796308305_10153677128408647", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "picture": "https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/q81/p480x480/10478690_10154554778185122_3556195728362795468_n.jpg?oh=1ee83f6ece193b4a79575359fc6626da&oe=5477BE86&__gda__=1417623117_ec3fff7ba1481f74ec71b1f52b895939", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "NzMyNTM4NjQ2", 
      "before": "MTI3MDMzOTc5Mg=="
     }
    }, 
    "data": [
     {
      "id": "1270339792", 
      "name": "Alexis Rodriguez"
     }, 
     {
      "id": "560890163", 
      "name": "Mary Jones"
     }, 
     {
      "id": "732538646", 
      "name": "Taryn R Ruffino"
     }
    ]
   }, 
   "from": {
    "id": "561710121", 
    "name": "Hannah Noel Tant"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10154554778185122", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10154554778185122", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:43:18+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10154554778185122&set=o.40796308305&type=1", 
   "object_id": "10154554778185122", 
   "created_time": "2014-08-08T22:43:18+0000", 
   "message": "My kids names Jaxon he is 6 and Jaycee she is a year old", 
   "type": "photo", 
   "id": "40796308305_10154554778185122", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "picture": "https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xap1/t1.0-9/s480x480/10363930_4541549113940_2568462179445062144_n.jpg", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDA3Mzc3OTMzNTAy", 
      "before": "MTAwMDA3Mzc3OTMzNTAy"
     }
    }, 
    "data": [
     {
      "id": "100007377933502", 
      "name": "Aks Malik"
     }
    ]
   }, 
   "from": {
    "id": "1747569623", 
    "name": "Ma\u00edra Aliano"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/4541549113940", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/4541549113940", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:39:48+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "name": "Photos", 
    "id": "2305272732"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=4541549113940&set=o.40796308305&type=1", 
   "object_id": "4541549113940", 
   "created_time": "2014-08-08T22:39:48+0000", 
   "message": "Macarr\u00e3o com molho a bolonhesa e queijo feta ! #Del\u00edcia#", 
   "type": "photo", 
   "id": "40796308305_4541549113940", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "100008230505757", 
    "name": "Imelda Castillo Lozano"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462923608306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462923608306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:37:22+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "category": "Food/beverages", 
       "name": "Coca-Cola", 
       "id": "40796308305"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:37:22+0000", 
      "message": "Somos HOLA Coca-Cola, el Centro de Atenci\u00f3n al Consumidor de Coca-Cola de M\u00e9xico. Te invitamos a visitar la p\u00e1gina http://comparte.coca-cola.com.mx donde podr\u00e1s encontrar informaci\u00f3n detallada acerca de nuestra campa\u00f1a #ComparteCocaColaCon o si lo prefieres puedes contactarnos sin costo al 01 800 704 4400 o env\u00edanos tus datos (nombre, localidad y tel\u00e9fono) a consumidor@coca-cola.com. Muchas gracias por tu inter\u00e9s.\n\nThe Coca-Cola Export Corporation, Sucursal en M\u00e9xico, con domicilio ubicado en Rub\u00e9n Dar\u00edo n\u00fam. 115, col. Bosque de Chapultepec, Del. Miguel Hidalgo, 11580, M\u00e9xico, D.F., te informa que tus datos personales ser\u00e1n utilizados para darle seguimiento a la solicitud presentada por este medio. Tus datos ser\u00e1n tratados conforme a la legislaci\u00f3n en materia de Protecci\u00f3n de Datos Personales y el Aviso de Privacidad disponible en el sitio http://www.coca-colamexico.com.mx.", 
      "id": "10153462923608306_10153463019643306", 
      "user_likes": false
     }
    ]
   }, 
   "created_time": "2014-08-08T22:38:58+0000", 
   "message": "pos que tampoco hicieron una Coca-Cola con mi nombre mochense", 
   "type": "status", 
   "id": "40796308305_10153462923608306"
  }, 
  {
   "picture": "https://scontent-b.xx.fbcdn.net/hphotos-xpa1/v/t1.0-9/q83/s480x480/1488183_10152627399776796_6301556887684234009_n.jpg?oh=62198aeae558df3229b560ef3d611566&oe=5472C518", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTczNDU5NDI3Ng==", 
      "before": "MTEwMzMxMDA4Mw=="
     }
    }, 
    "data": [
     {
      "id": "1103310083", 
      "name": "Sylvia Nielsen"
     }, 
     {
      "id": "532238772", 
      "name": "Paul Gonzales"
     }, 
     {
      "id": "1734594276", 
      "name": "Tony L Smith"
     }
    ]
   }, 
   "from": {
    "id": "739516795", 
    "name": "Brad Goettl"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10152627399776796", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10152627399776796", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:33:38+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "namespace": "fbiphone", 
    "name": "Facebook for iPhone", 
    "id": "6628568379"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10152627399776796&set=o.40796308305&type=1", 
   "object_id": "10152627399776796", 
   "created_time": "2014-08-08T22:33:38+0000", 
   "message": "WINGMAN", 
   "type": "photo", 
   "id": "40796308305_10152627399776796", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "application": {
    "name": "Facebook for Every Phone", 
    "id": "139682082719810"
   }, 
   "from": {
    "id": "100006667782899", 
    "name": "Paalomaa Alanys Gutierrez"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462904188306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462904188306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:37:16+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDA2NjY3NzgyODk5", 
      "before": "MTAwMDA2NjY3NzgyODk5"
     }
    }, 
    "data": [
     {
      "id": "100006667782899", 
      "name": "Paalomaa Alanys Gutierrez"
     }
    ]
   }, 
   "created_time": "2014-08-08T22:28:44+0000", 
   "message": "Una Coca Con El Nombre De Paloma", 
   "type": "status", 
   "id": "40796308305_10153462904188306", 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "category": "Food/beverages", 
       "name": "Coca-Cola", 
       "id": "40796308305"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:37:16+0000", 
      "message": "Somos HOLA Coca-Cola, el Centro de Atenci\u00f3n al Consumidor de Coca-Cola de M\u00e9xico. Te invitamos a visitar la p\u00e1gina http://comparte.coca-cola.com.mx donde podr\u00e1s encontrar informaci\u00f3n detallada acerca de nuestra campa\u00f1a #ComparteCocaColaCon o si lo prefieres puedes contactarnos sin costo al 01 800 704 4400 o env\u00edanos tus datos (nombre, localidad y tel\u00e9fono) a consumidor@coca-cola.com. Muchas gracias por tu inter\u00e9s.\n\nThe Coca-Cola Export Corporation, Sucursal en M\u00e9xico, con domicilio ubicado en Rub\u00e9n Dar\u00edo n\u00fam. 115, col. Bosque de Chapultepec, Del. Miguel Hidalgo, 11580, M\u00e9xico, D.F., te informa que tus datos personales ser\u00e1n utilizados para darle seguimiento a la solicitud presentada por este medio. Tus datos ser\u00e1n tratados conforme a la legislaci\u00f3n en materia de Protecci\u00f3n de Datos Personales y el Aviso de Privacidad disponible en el sitio http://www.coca-colamexico.com.mx.", 
      "id": "10153462904188306_10153463019523306", 
      "user_likes": false
     }
    ]
   }
  }, 
  {
   "application": {
    "namespace": "fbandroid", 
    "name": "Facebook for Android", 
    "id": "350685531728"
   }, 
   "from": {
    "id": "1657280855", 
    "name": "James Birmingham"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462902783306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462902783306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:27:52+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T22:27:52+0000", 
   "message": "Why can't Coke Cola use sugar,  PepsiCo has introduced at least 3 products that are made using sugar.  If you want a Coke Cola product made with sugar Coke will sell a Coke Cola made in Mexico and charge you $24 per case. Coke Cola is out of touch and still selling high fructose corn syrup poison.", 
   "type": "status", 
   "id": "40796308305_10153462902783306"
  }, 
  {
   "from": {
    "id": "100001130831958", 
    "name": "Gy\u00f6rgy Kardos"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462902658306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462902658306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:27:47+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T22:27:47+0000", 
   "message": "A \"N\u00e9zzetek csak a poharatokba\" mozis kamp\u00e1ny rendesen f\u00e9lrement (igazi coke vs coke zero), ezt itthon \u00fagy h\u00edvj\u00e1k: \"a fogyaszt\u00f3 megt\u00e9veszt\u00e9se\". (rendes coke-ot v\u00e1s\u00e1rolt -\u00e9s azt is hitte, hogy azt v\u00e1s\u00e1rolt-, de coke zerot kapott, ha m\u00e1r t\u00fal k\u00e9s\u0151 lenne az adminnak). Most \u00edrjam tov\u00e1bb a rekl\u00e1mot, amir\u0151l sz\u00f3l: \"Te lehetsz a k\u00f6vetkez\u0151\". A fogyv\u00e9dn\u00e9l is...?", 
   "type": "status", 
   "id": "40796308305_10153462902658306"
  }, 
  {
   "from": {
    "id": "100000666263423", 
    "name": "Patricia Susana Larrea Aguilera"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462902648306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462902648306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:27:47+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T22:27:47+0000", 
   "message": "AMIGOS D LA COCA COLA,KEREMOS KE NOS TRAIGAN A LAURA PAUSINI IN CONCERT EN ECUADOR", 
   "type": "status", 
   "id": "40796308305_10153462902648306"
  }, 
  {
   "from": {
    "id": "100001383895246", 
    "name": "Vania Viridiana Monroe"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462891803306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462891803306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:37:05+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "category": "Food/beverages", 
       "name": "Coca-Cola", 
       "id": "40796308305"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:37:05+0000", 
      "message": "Somos HOLA Coca-Cola, el Centro de Atenci\u00f3n al Consumidor de Coca-Cola de M\u00e9xico. Te invitamos a visitar la p\u00e1gina http://comparte.coca-cola.com.mx donde podr\u00e1s encontrar informaci\u00f3n detallada acerca de nuestra campa\u00f1a #ComparteCocaColaCon o si lo prefieres puedes contactarnos sin costo al 01 800 704 4400 o env\u00edanos tus datos (nombre, localidad y tel\u00e9fono) a consumidor@coca-cola.com. Muchas gracias por tu inter\u00e9s.\n\nThe Coca-Cola Export Corporation, Sucursal en M\u00e9xico, con domicilio ubicado en Rub\u00e9n Dar\u00edo n\u00fam. 115, col. Bosque de Chapultepec, Del. Miguel Hidalgo, 11580, M\u00e9xico, D.F., te informa que tus datos personales ser\u00e1n utilizados para darle seguimiento a la solicitud presentada por este medio. Tus datos ser\u00e1n tratados conforme a la legislaci\u00f3n en materia de Protecci\u00f3n de Datos Personales y el Aviso de Privacidad disponible en el sitio http://www.coca-colamexico.com.mx.", 
      "id": "10153462891803306_10153463019318306", 
      "user_likes": false
     }
    ]
   }, 
   "created_time": "2014-08-08T22:20:35+0000", 
   "message": "Quiero una coca con Mi nombreeeeeeeeeeeeee :c", 
   "type": "status", 
   "id": "40796308305_10153462891803306"
  }, 
  {
   "from": {
    "id": "100000140080786", 
    "name": "Roxanne Candiano"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462840158306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462840158306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:23:50+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "Mg=="
     }
    }, 
    "data": [
     {
      "from": {
       "category": "Food/beverages", 
       "name": "Coca-Cola", 
       "id": "40796308305"
      }, 
      "like_count": 2, 
      "can_remove": false, 
      "created_time": "2014-08-08T22:32:45+0000", 
      "message": "There are 250 different names available on 20-ounce bottles in stores across the United States. \n\nIf you can\u2019t find a specific name, log onto www.shareacoke.com to see if it\u2019s available. If a specific name isn\u2019t available in stores, we encourage you to look for nicknames or names of friends or loved ones to continue in the sharing fun throughout the summer. \n\nAdditionally, \u201cShare a Coke\u201d is touring the nation with more than 500 stops where people can customize Coca-Cola mini cans for themselves and a second mini can for someone special. ShareaCoke.com offers date and location information for the cross-country tour. \n\nOn shareacoke.com, fans can personalize virtual bottles and share them with friends across Facebook, tumblr, Twitter and Instagram. \n\nAlso available are cans of 12-ounce Coke, Coke Zero and Diet Coke featuring colloquial nicknames like \u201cBFF,\u201d \u201cBestie,\u201d \u201cStar,\u201d \u201clegend,\u201d and \u201cGrillmaster,\u201d which you can share with someone special.", 
      "id": "10153462840158306_10153462911868306", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "1261392017", 
       "name": "Dara Hammons"
      }, 
      "message_tags": [
       {
        "length": 16, 
        "offset": 0, 
        "type": "user", 
        "id": "687366604", 
        "name": "Destiny Williams"
       }
      ], 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:23:50+0000", 
      "message": "Destiny Williams", 
      "id": "10153462840158306_10153463001318306", 
      "user_likes": false
     }
    ]
   }, 
   "created_time": "2014-08-08T21:51:21+0000", 
   "message": "I'd like to find my name on a can or bottle - \"Roxanne\".   Did you even make any??  Why should it be just the more \"common\" names that are on them?", 
   "type": "status", 
   "id": "40796308305_10153462840158306"
  }, 
  {
   "picture": "https://scontent-b.xx.fbcdn.net/hphotos-xap1/v/t1.0-9/q82/s480x480/10561817_651619688255606_1483190304735828762_n.jpg?oh=94b2b67d95b04cfbe7fe13f03a99ca67&oe=5463D1CD", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAxMDI4MzAzMzQ1", 
      "before": "MTAwMDAyMDgyODY3OTMz"
     }
    }, 
    "data": [
     {
      "id": "100002082867933", 
      "name": "Brandy Lee"
     }, 
     {
      "id": "100000747733728", 
      "name": "Vismantas Petrosian"
     }, 
     {
      "id": "100001028303345", 
      "name": "Kathleen Stevenson"
     }
    ]
   }, 
   "from": {
    "id": "100002227435166", 
    "name": "Rebecca Catherine Stevenson"
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "id": "100002082867933", 
       "name": "Brandy Lee"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T22:33:22+0000", 
      "message": "Awwww!  <3", 
      "id": "651619688255606_651634401587468", 
      "user_likes": false
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/651619688255606", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/651619688255606", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:33:22+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "namespace": "fbiphone", 
    "name": "Facebook for iPhone", 
    "id": "6628568379"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=651619688255606&set=o.40796308305&type=1", 
   "object_id": "651619688255606", 
   "created_time": "2014-08-08T21:33:33+0000", 
   "message": "Found a coke bottle with my name and my cats name. Yay! We can share a coke now!", 
   "type": "photo", 
   "id": "40796308305_651619688255606", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "100006465745402", 
    "name": "Pauleth Loredo Ayon"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462785953306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462785953306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T21:28:43+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T21:28:43+0000", 
   "message": "Quiero una coca-cola con mi nombre 'pauleth'", 
   "type": "status", 
   "id": "40796308305_10153462785953306"
  }, 
  {
   "picture": "https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p320x320/10570493_10203916589730324_2933557218463608723_n.jpg?oh=729fe5b9c0f88008f6e9478cb5937e7f&oe=5461A2BB&__gda__=1416728805_c4cb917e06800068a07ee28e8bce483e", 
   "likes": {
    "paging": {
     "cursors": {
      "after": "MTAwMDAxNDU1NDk3NDU0", 
      "before": "MTAwMDAyMDgyODY3OTMz"
     }
    }, 
    "data": [
     {
      "id": "100002082867933", 
      "name": "Brandy Lee"
     }, 
     {
      "id": "100001455497454", 
      "name": "Maureen Coleman Sanzone"
     }
    ]
   }, 
   "from": {
    "id": "1089079578", 
    "name": "Megan Schemenaur George"
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "Mg=="
     }
    }, 
    "data": [
     {
      "from": {
       "id": "100001455497454", 
       "name": "Maureen Coleman Sanzone"
      }, 
      "like_count": 1, 
      "can_remove": false, 
      "created_time": "2014-08-08T22:24:58+0000", 
      "message": "Nice photo of you meg\ud83d\ude04\u2764\ufe0f", 
      "id": "10203916589730324_10203917056741999", 
      "user_likes": false
     }, 
     {
      "from": {
       "id": "100001455497454", 
       "name": "Maureen Coleman Sanzone"
      }, 
      "like_count": 1, 
      "can_remove": false, 
      "created_time": "2014-08-08T21:44:02+0000", 
      "message": "Ted looks young here\ud83d\ude04", 
      "id": "10203916589730324_10203916766374740", 
      "user_likes": false
     }
    ]
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10203916589730324", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10203916589730324", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T22:24:58+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "application": {
    "namespace": "fbiphone", 
    "name": "Facebook for iPhone", 
    "id": "6628568379"
   }, 
   "link": "https://www.facebook.com/photo.php?fbid=10203916589730324&set=o.40796308305&type=1", 
   "object_id": "10203916589730324", 
   "created_time": "2014-08-08T21:16:13+0000", 
   "message": "He came to me and said, \"My coke told me I need to share with you\".  So today I shared a coke and a laugh with one of my closest friends. Thanks for making our day brighter Coca-Cola! #shareacoke", 
   "type": "photo", 
   "id": "40796308305_10203916589730324", 
   "icon": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/yz/r/StEh3RhPvjk.gif"
  }, 
  {
   "from": {
    "id": "558815401", 
    "name": "Darris Lynn"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462729138306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462729138306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T23:39:34+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "comments": {
    "paging": {
     "cursors": {
      "after": "MQ==", 
      "before": "MQ=="
     }
    }, 
    "data": [
     {
      "from": {
       "category": "Food/beverages", 
       "name": "Coca-Cola", 
       "id": "40796308305"
      }, 
      "like_count": 0, 
      "can_remove": false, 
      "created_time": "2014-08-08T23:39:34+0000", 
      "message": "Hi Darris.  We\u2019ll be glad to share your comments about the fact that there are no scheduled Share a Coke events in Winnipeg.  However, you can still get your name on a Coca-Cola.  On shareacoke.com, you can personalize virtual bottles and share them with friends across Facebook, tumblr, Twitter and Instagram.", 
      "id": "10153462729138306_10153463022538306", 
      "user_likes": false
     }
    ]
   }, 
   "created_time": "2014-08-08T21:14:00+0000", 
   "message": "No events in Winnipeg.... how do we get you out here so I can get my name on a Coke! Also Coke should ponder selling Cherry Coke in Canada. Just sayin", 
   "type": "status", 
   "id": "40796308305_10153462729138306"
  }, 
  {
   "application": {
    "name": "Facebook for Every Phone", 
    "id": "139682082719810"
   }, 
   "from": {
    "id": "100002770563862", 
    "name": "Boany Mussagy Omar Musagy"
   }, 
   "privacy": {
    "value": ""
   }, 
   "actions": [
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462716408306", 
     "name": "Comment"
    }, 
    {
     "link": "https://www.facebook.com/40796308305/posts/10153462716408306", 
     "name": "Like"
    }
   ], 
   "updated_time": "2014-08-08T21:05:41+0000", 
   "to": {
    "data": [
     {
      "category": "Food/beverages", 
      "name": "Coca-Cola", 
      "id": "40796308305"
     }
    ]
   }, 
   "created_time": "2014-08-08T21:05:41+0000", 
   "message": "Ea minha companheira em todo momento.", 
   "type": "status", 
   "id": "40796308305_10153462716408306"
  }
 ]
}
None
Coke link: {
 "data": []
}
None


  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值