I used the Facebook API to post an image or a comment on the wall using an iPhone. But I am trying to post an image on someone’s comment through my application. How can we programmatically post an image to someone’s post as a comment?
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.
According to the Graph API documentation you can post comments to an object’s /comments connection, but the only argument it takes is “message”. So, no images.