Jump to content

PHP Json Array


Danny620

Recommended Posts

I have a json file returned by facebook e.g

 

{

  "data": [

      {

        "name": "Support! Muffin the fool (Oldham Chronicle FAKE)",

        "category": "Community",

        "id": "181377645219010",

        "access_token": "102650199811234|060d3610d4dba63953209fa5-637782927|181377645219010|MvOBJKYtO7eT8JxMLtJ00HtGNxo"

      },

      {

        "name": "Northplanet",

        "category": "Local business",

        "id": "132483460132622",

        "access_token": "102650199811234|060d3610d4dba63953209fa5-637782927|132483460132622|AHXPNTZx7aihyQS_A9W6pR115U4"

      },

      {

        "name": "Social Media Manger",

        "category": "Application",

        "id": "102650199811234",

        "access_token": "102650199811234|060d3610d4dba63953209fa5-637782927|102650199811234|KeH0n1OKzZFtCkpa0lX1yJZ7NBE"

      },

      {

        "name": "Top Ten Things To Remember Me By!",

        "category": "Application",

        "id": "375102030458",

        "access_token": "102650199811234|060d3610d4dba63953209fa5-637782927|375102030458|H-mpQWrksu_2FzZ_eBNVzeD2Z1Y"

      }

  ]

}

 

$graph_url = "https://graph.facebook.com/$uid/comments=" . $access_token;

    $api = json_decode(file_get_contents($graph_url));

 

$name = $api->data->name; // this bit not storing the name not sure why

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.