Hits: 261 Hello Friends, I had worked a lot of facebook applications, in this series lets play with twitter bird on facebook profile page. You need to run below script in browser address bar… Enjoy,
Hits: 480 <?php include(“facebook.php”); $APPLICATION_ID = “”; $APPLICATION_SECRET = “”; $facebook = new Facebook(array( ‘appId’ => $APPLICATION_ID, ‘secret’ => $APPLICATION_SECRET, ‘cookie’ => true )); $fql = “SELECT api_key FROM application WHERE app_id=” . $APPLICATION_ID; $param = array( ’method’ => ‘fql.query’, ’query’ => $fql, ’callback’ => ” ); $fqlResult = $facebook->api($param); if(isset($fqlResult[0]['api_key']) && $fqlResult[0]['api_key']!=”") echo “This app [...]









