How to upload multiple images in one post via api?
Like here: http://www.facebook.com/SocialCity?v=wall
I have managed to upload only one image via curl request.
curl -F "access_token=token_here" -F "message=message_here" -F "picture=http://www.example.com/image.jpg" https://graph.facebook.com/app_id_here/feed
Or it's not possible to post multiple images this way?
Anyone?
Thanks ;)
It's possible by now with the Open Graph however it seems to apply only to user generated fotos: https://developers.facebook.com/docs/opengraph/usergeneratedphotos/
1.4m articles
1.4m replys
5 comments
57.0k users