FB GRAPH API - Not able to get group posts all details

67 views Asked by At

I want to access the posted post all detail in my group wall using FB API 3.2. I can get only the post Title, posted date, ID but when some post the Youtube/vimeo video to post (eg. http://prntscr.com/ly6td8) then that video Title, Link, Post comment etc is not access. I have try using API but its always return just post title and ID, not attached video details so let me know how to get that info using API?

I Have used this API Call to get Group post list:

$response = $fb->get('/MY GROUUP ID','MY ACCESS TOKEN');
$graphNode = $response->getGraphNode();

So Any buddy help me to get all info of Group's Post detail?

0

There are 0 answers