| Paste number 82950: | URL |
| Pasted by: | Eaglelouk |
| When: | 2 years, 7 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+1S06 |
| Channel: | None |
| Paste contents: |
NSString* url = @"http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&AWSAccessKeyId=0NK019CD48HNEDK3PBG2&Operation=ItemSearch&SearchIndex=Music&ResponseGroup=Small,Images&Keywords=";
url = [url stringByAppendingFormat:@"%@ %@", artist, album];
url = [url stringByReplacingOccurrencesOfString:@" " withString:@"+"];
This paste has no annotations.