Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. POST /?id={object-instance-id or object-url}&scrape=true
  2.  
  3. curl "http://developers.facebook.com/tools/debug/og/object?q=$url"
  4.  
  5. $config = array(
  6. "appId" => 'APP_ID',
  7. "secret" => 'APP_SECRET');
  8.  
  9. $fb = new Facebook($config);
  10. $r=$fb->api('/','POST',array(
  11. 'id'=>PAGE_URL,
  12. 'scrape'=>'true'
  13. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement