facebook - PHP uploaded fb user's image isn't viewable? -


i'm working on fb login on site , have done except 1 weird problem. followed post , works fine except image uploaded empty.

what can cause corruption of image or how can fix issue? when download uploaded image on desktop, says we can't open file

$image = file_get_contents('https://graph.facebook.com/'.$fid.'/picture?type=large'); $dir = dirname(__file__).'/avatar/'.$fid.'.jpg'; file_put_contents($dir, $image); 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -