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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -