I’ve seen an example where feed post had multiple images. How can I make the same thing? There is only parameter for the image in API.
Customized feed post
I’ve seen an example where feed post had multiple images. How can I make
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 can still call old api calls with oauth and Graph API-like calls
All you have to do is make the request to: https://api.facebook.com/method/stream.publish?access_token=YOUR_TOKEN&_arguments_for_stream_publish_
Here is the documentation: http://developers.facebook.com/docs/reference/rest/stream.publish/
You just have to put more than 1 image as attachment