Advertisement
ShawnsSpace

Get Post

Jul 31st, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. $limit = 10; // The number of posts fetched
  2. $access_token = 'xxxxxx';
  3. $group_id = '182465508553787';
  4. $url1 = 'https://graph.facebook.com/'.$group_id.'?access_token='.$access_token;
  5. $des = json_decode(file_get_contents($url1));
  6.  
  7. /**echo '<pre>';
  8. print_r($des);
  9. echo '</pre>';**/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement