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?