I am using following code for storing image in my website dir
$fb_id=1120381158031234;//eg
$image = file_get_contents($userArray['picture']['data']['url']);
file_put_contents('../images/profiles/fb_id'.$fb_id.'.gif', $image);
but getting this error
Warning: file_put_contents(../images/profiles/fb_id_1120381158031234.gif): failed to open stream: No such file or directory in /XXXX/XXXX/XXXX/XXXX/facebook.php on line 48
Warning: Cannot modify header information - headers already sent by (output started at /XXXX/XXXX/XXXX/XXXX/facebook.php:48) in /XXXX/XXXX/XXXX/login-facebook.php on line 38