I am creating a website that will take in users photos that they select and put it on my site to process. Can the Instagram API be used like this? Any ideas if this is possible?
Share
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.
Yes, you can do this. Check out the: Instagram Docs
Essentially, you’ll setup OAuth to let users login, and then from there you can allow them to choose pictures and save the image URL so that you can retrieve and use them for whatever you’re doing.