Facebook Search Users with Email and Save to Database

On April 25, 2011, in Concentrate, CURL, Facebook, Imagine, LAMP, Launch, Observe, Tricks, by Sandeep Verma

Hits: 435  Search Facebook Users in Facebook website and save to any external database (text, csv, json, xml etc.)……

Facebook Javascript Apps

On April 24, 2011, in Concentrate, Facebook, Imagine, Javascript, LAMP, Launch, Observe, by Sandeep Verma

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,

Tagged with:  

How to check Facebook Application is Alive or Dead?

On April 7, 2011, in Concentrate, Facebook, Imagine, LAMP, Launch, Observe, Open Source, PHP, Web Application, by Sandeep Verma

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 [...]

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...