/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// get the information about the page diggnation and post to the wall $page = $facebook->api('/diggnation'); // like this page if ($page['can_post'] == 1) { debug($return,1); }