FBTerminal – Tool to access facebook on command lines

On August 17, 2011, in Concentrate, Imagine, Launch, Observe, PHP, Tricks, by Sandeep Verma

Hits: 382   FBTerminal is a command line interface (CLI) for facebook designed in PHP using Facebook Application ID, Secret and Access Token. It will work on Windows (CMD.exe), Linux/MAC (Terminal). Right now FBTerminal have limited commands like status update, text post, photo upload etc. FBTerminal will be updated for all basic commands on facebook. You [...]

Save Facebook Profile Photo

On May 7, 2011, in Concentrate, CURL, facebook, Imagine, LAMP, Launch, Observe, PHP, Tricks, by Sandeep Verma

Hits: 248   <?php $facebook_uid = ’100000296428149′; $sourcecode = save_facebook_profile_photo($facebook_uid); print_r($sourcecode); file_put_contents(“images/”.$facebook_uid.”.jpg”, file_get_contents($sourcecode['url'])); //this is name of new file that i save function save_facebook_profile_photo( $id ) {     $options = array(         CURLOPT_RETURNTRANSFER => true, // return web page         CURLOPT_HEADER => false, // don’t return headers         CURLOPT_FOLLOWLOCATION => true, // follow redirects         CURLOPT_ENCODING => “”, // handle all [...]

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: 228  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: 136  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:  

Facebook Application

On March 20, 2010, in LAMP, PHP, Tips, Tricks, by Sandeep Verma

Hits: 85  FaceBook Application FaceBook Profile LimeExchange

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