1

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?

arahant
  • 2,203
  • 7
  • 38
  • 62

1 Answers1

0

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".

Adam Nemitoff
  • 605
  • 5
  • 8