Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8134329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:58:43+00:00 2026-06-06T09:58:43+00:00

I am trying to output the comments of a facebook page in PHP. For

  • 0

I am trying to output the comments of a facebook page in PHP. For example:

http://graph.facebook.com/comments/?ids=http://www.example.com

Can someone please explain how to decode this correctly so I can have all comments appearing on a page?

I have tried a couple of different scripts/expamples but they all seem to be returning no results or an error, so i think maybe the graph API has changed since.

    //get the json string from URL
        $data = file_get_contents("http://www.example.com");

        //transform json to associative array
        $data = json_decode($data, true);

        //use only the comments array
        $comments = $data['http://www.example.com']['comments']['data'];

        foreach($comments as $comment) { 
            echo $comment['from']['name'];
            echo $comment['message'];
        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T09:58:45+00:00Added an answer on June 6, 2026 at 9:58 am
    //get the json string from URL
    $data = file_get_contents("http://graph.facebook.com/comments/?ids=http://www.example.com");
    
    //transform json to associative array
    $data = json_decode($data, true);
    
    //use only the comments array
    $comments = $data['http://www.example.com']['comments']['data'];
    
    //you should only see the comments array printed
    echo "<pre>"; print_r($comments); echo "</pre>";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to customize the output of the comments list and forms using
I am trying to output the value of x in the following request: http://localhost:4827/Default.aspx?x=123123
I m trying to output introtext of article selected by their alias <?php $db
I thought of trying out thread sanitizer ( http://code.google.com/p/data-race-test/wiki/ThreadSanitizer#Using_ThreadSanitizer ) so I made a
I am trying to scrape http://www.nscb.gov.ph/ggi/database.asp , specifically all the tables you get from
i am trying this to pass a value to the next PHP page: $(#see_comments).attr({href:
I'm trying to query FB for a Page Stream using FQL in PHP, and
By using Graph Facebook API I'm trying to find all public contents related to
I'm trying to edit the output joomla main_menu module so I can make a
I'm trying to customise the comments.php file in a custom theme. I'm using <?php

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.