1
votes

I am using Graph API to post to a user's timeline

I am using the /me/feed endpoint as documented at https://developers.facebook.com/docs/graph-api/reference/user/feed/

From the description, it seems I can only post one photo. Is there a way I can post multiple photos?

On the Facebook site, I can see that multiple photos are supported. But are they supported in API?

1
No, you can only post multiple times. - CBroe
How did you solve this problem .I am facing with it - ZOE RULE

1 Answers

0
votes

You can use the "Custom Stories" Graph API.
Specifically checkout the "Publishing Actions" section here and notice that the "images" field is designated as allowing "multiple values".