Facebook API - Get comments

Posted by Simon R on Stack Overflow See other posts from Stack Overflow or by Simon R
Published on 2010-04-12T08:48:36Z Indexed on 2010/04/12 8:53 UTC
Read the original article Hit count: 448

Filed under:
|
|

Our business has a Facebook Fan Page. The fan page doesn't seem to generate any emails to us when updates are made to the page, whether someone adds a new status or someone comments on one of the statuses etc.

Currently, we are running a very crude script to grab the content of the page and then use regular expressions to get the information we require. Obviously this is not fool proof and I'm looking into alternatives to this method.

I've been looking at the facebook API and wonder if the rest server might be an option. I cannot, however, seem to find out how to return information of fan page statuses and their comments. Is anyone able to direct me how to use the API to retrieve this information. I am an admin of the fan page. The programming language I'm using is PHP.

Many thanks.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about api