Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

How to get multiple songs in iOS using song/profile

$
0
0

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"];

Viewing all articles
Browse latest Browse all 1582

Trending Articles