标签: php image facebook base64
我需要获取facebook的个人资料图片并转换为Base64。 PHP的版本是5.2.17,我不能使用最后一个SDK。
我可以登录,获取图片并用它显示:
SRC = “https://graph.facebook.com/$id/picture?type=large” >
我尝试使用此示例保存图像副本:file_get_contents() and Curl,图片的网址正确无误。
这是网址:https://scontent.xx.fbcdn.net/v/t1.0-1/p200x200/16195072_104262870090313_5077585589040998026_n.jpg?oh=xxxxx&oe=xxxxx
我想在base64中转换此图片。
有人可以告诉我该怎么做?
答案 0 :(得分:0)
您需要base64_encode函数:http://php.net/manual/en/function.base64-encode.php