I am retrieving facebook album images from facebook.I have calculating the image size using the php function getimagesize.This function is working fine when the url is in ht
I tested this and it worked fine.
$url = "https://path/to/image.jpg"; $url = str_replace("https://", "http://", $url); $size = getimagesize($url);