I want to be able to save a link such as
example.com/get.php?id=4
I want to be able to save this link as an image on the server?
this is so that i can send the temp file to facebook api to upload it to the users profile 🙂
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
of course you may have to add some validation.
Other option is to use CURL to download the image .
Then you can upload the downloaded image to FB.