I have a question about photo quality on FB while you are uploading it with graph.
I have upload code, everything is ok:
$args = array();
$args["message"] = 'Test Caption';
$args['image'] = '@' . realpath($new_name);
$data = $facebook->api('/me/photos', 'post', $args);
This works, it uploads. But, image on my server is high quality, but when posted to FB, it loses quality…
Image type is PNG.
Any help?
All uploaded images are compressed, stripped of meta / exif, converted to jpeg and resized by Facebook.