Is there an API call that we can use to upload multiple photos to Facebook from iPhone app? So far we can do only one at a time.
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.
You will need to use the Facebook Connect API directly: the iOS SDK does not expose this kind of functionality.
You should have a look at the Publishing section of the Graph Photo API which suggests this URL to upload an image (don’t forget to ask for the
publish_streamcredential):With the iOS Facebook Connect SDK that would give us this call, given you have a
Facebookinstance calledfacebookand aUIImageinstance calledimage:You can couple this call with batch requests to upload multiple pictures simultaneously.