Using Yahoo local search query for iPhone

Posted by robbmcmahan on Stack Overflow See other posts from Stack Overflow or by robbmcmahan
Published on 2010-05-26T18:28:40Z Indexed on 2010/05/26 18:31 UTC
Read the original article Hit count: 167

Filed under:
|
|
|

I'm using yahoo local search in an iPhone app and trying to query everything in a certain location. According to the api docs you can pass "*" to query and it will return everything. I've tried passing it several different ways, including the way below but it does not work unless I actually pass it a real query. Does anyone know how or what I need to pass to make it query everything?

[self setQuery:[@"*" stringByAddingPercentEscapesUsingEncoding:NSASCIIStringEncoding]];

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c