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