Hi
I am using the Facebook Opengraph API to give me a JSON file with a facebook page feed. The URL would be something like
$url= 'https://graph.facebook.com/' . $page_id . '/posts?access_token=' . $access_token;
The problem is, it is giving me all posts regardles of age and quantity as well as all comments etc.
Is there a way of limiting number of posts and remove comments from the file?