image - Can we share multiple photos on Twitter at once through Twitter API for iOS? -
can share multiple photos on twitter in 1 request or can upload 1 image @ time using twitter api in ios? had in documentation of twitter api didn't find such information.
you can share 1 image @ time.so share multiple images have loop it.
i have done below share 3 images
switch (indeximage) { case 0: img = imgbar;// image name break; case 1: img = [self captureview:graphview insize:graphview.frame.size]; break; case 2: img = [self captureview:othergraphview insize:othergraphview.frame.size]; break; default: break; }
Comments
Post a Comment