I am developing a iOS app in which i need to support upload multiple photos to Facebook from app.
From many discussed forums and doc, i know that using batch request it is possible.
For the first batch request with multiple photos, the default album is created and added the photos in that album. From next request, all the images those uploaded via batch request are added in that album which is created by default at previous.
So all the images are grouped as a single album. So it is showing only one entry in Facebook timeline.
But i want to show them as separate post instead of a single album entry. For example, if we upload 2 photos from Facebook, it will show as separate entry and so on.
So i need, how to upload multiple photos in Facebook like timeline post not like album post using Facebook iOS SDK?