The current FB api works nice for uploading a single image with message. When I check the FB developers site it looks like their SDK supports multiple image posting to the timeline via a batch method which looks like the image source information is just nested tables.
Anyone know if the Corona api can upload a single message and multiple images in one call? It would be nice to allow the user to upload several images under one description (message) without having each come across as separate postings.
If this can be done, how?
Thanks in advance!