コード例 #1
0
ファイル: PhotoURL.php プロジェクト: kidambimanoj/FollowU
 private static function get_optimal_image_size($fb_user)
 {
     $size = getimagesize(PhotoURL::get_photo_url($fb_user, 0, 0));
     return PhotoURL::get_photo_url($fb_user, $size[0], $size[1]);
 }