Today, the Search API is accessible on http://search.twitter.com and doesn't
require OAuth. You identify yourself by setting a HTTP User-Agent with the
HTTP library you use to perform searches.

You'll be issuing requests like
http://search.twitter.com/search.json?q=twitter

Then consuming the output by likely consuming the JSON output into a hash
structure and working from there.

Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod


On Thu, Apr 29, 2010 at 7:28 AM, dw I <gwendou...@gmail.com> wrote:

> Hi!
>
> Im trying to put an twitter-search option (so no sign-in) in my iphone
> application, for an assignment, but dont understand how to do so. All
> the resources seem to be for webbased applications.. Can somebody
> please help me get started?Would be very much appriciated!!!
> Thanks!
>

Reply via email to