I need to get the picture of the profile of facebook and convert to Base64. The version of PHP is 5.2.17 and I cannot use the last SDK.
I can login, get the picture and show it with this:
src="https://graph.facebook.com/$id/picture?type=large">
I´ve tried to save a copy of the image with this example: file_get_contents() and Curl, the url of the image is correct.
This is the url: https://scontent.xx.fbcdn.net/v/t1.0-1/p200x200/16195072_104262870090313_5077585589040998026_n.jpg?oh=xxxxx&oe=xxxxx
I would like to convert this image in base64.
Could someone show me how can I do it?