Hi there,
To send multiple values for a single parameter as in your example, try setting the value of the id
parameter to an NSArray
of two (or more) strings. You can see examples of this in the library's tests, e.g:
[parameters setValue:[NSArray arrayWithObjects:@"blogs", @"images", nil] forKey:@"bucket"];