We are developing an application by using Twitter Search API.

Given below is the URL for API:

http://apiwiki.twitter.com/Search+API+Documentation#Methods

and

for Atom:

http://search.twitter.com/search.atom?q=<keyword>

According to API, it'll search only from Tweets.

Following are my scenarios:

http://search.twitter.com/search.atom?q=<keyword>

Scenario 1: Enter Jagdip in place of <keyword>
                 It gives me zeero result

Scenario 2: Enter Jagdip_singh2k9 in place of <keyword>
                  it gives me results.


If we look into Twitter search API,  these are valid results.

But our requirement is that, when we enter "Jagdip" in place of
<keyword>, it gives me "Jagdip_singh2k9" result as it also contains
"Jagdip".

Is there any provision to get the result for "Tweets" as well as for
the Username and people profiles?

Can someone provide some guidenace regarding this, it will be really
helpful.

- Jagdip

Reply via email to