I want to create a page in my facebook app which lets user upload an image from their system. How can I do this? The image will be stored on my server and not in the user’s photos.
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.
there are many languages that do the functionality your requesting, I would suggest PHP since FB runs on that. A quick Google Search should pull up all the info and code you might need to complete the image upload as you have requested, but just in case here is a simple tutorial.
Also you will need to create the FB app which they offer a great API and resources.