[twitter-dev] Re: Extracting tweets of all twitter users from a particular region (say new york city).

2009-05-29 Thread Basha Shaik
is circular shape. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Fri, May 29, 2009 at 1:06 PM, 0 3 wrote: > Hi Mahaboob, > > To use google maps geocode api you first have to sign-up for a key, and > that requires agreeing to their terms. Best to read t

[twitter-dev] Re: Geographical distribution / latency of api servers

2009-05-29 Thread Basha Shaik
Can any one please explain in detail how we can get tweets from particular region or country. by giving longitudes and latitudes with radius we can get tweets. but how can we know the radius of a country. please help me regarding this. Regards, Mahaboob Basha Shaik www.netelixir.com Making

[twitter-dev] Re: Extracting tweets of all twitter users from a particular region (say new york city).

2009-05-29 Thread Basha Shaik
soon. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Tue, May 12, 2009 at 12:54 PM, Chad Etzel wrote: > > You'll have to use some geocoding service (like google or yahoo) to > translate the location into a lat/lng pair before passing it into > twitter. >

[twitter-dev] Re: Extracting tweets of all twitter users from a particular region (say new york city).

2009-05-12 Thread Basha Shaik
, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Tue, Apr 28, 2009 at 3:37 AM, Chad Etzel wrote: > > well, the api wiki is down for maint, but you can use the geocode > operator of the Search API to do this, yes. check > http://apiwiki.twitter.com/ when it's back up. &

[twitter-dev] Re: Search queries not working

2009-04-12 Thread Basha Shaik
Hi, Is there any Length Limit in the query I pass in search API? Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Sat, Apr 4, 2009 at 10:27 AM, Basha Shaik wrote: > Hi Chad, > No duplicates are there with this. > Thank You > Regards, > > Ma

[twitter-dev] Re: Search queries not working

2009-04-04 Thread Basha Shaik
Hi Chad, No duplicates are there with this. Thank You Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Sat, Apr 4, 2009 at 7:29 AM, Basha Shaik wrote: > Hi chad, > > Thank you. I was trying for a query which has only 55 tweets and i have > kept 100 as rpp .

[twitter-dev] Re: Search queries not working

2009-04-04 Thread Basha Shaik
Hi chad, Thank you. I was trying for a query which has only 55 tweets and i have kept 100 as rpp . so i was not getting next_page. when i decreased rpp to 20 and tried i got now. thank you very much. i Will check if any Duplicates occur with these and let you know. Regards, Mahaboob Basha Shaik

[twitter-dev] Re: Search queries not working

2009-04-03 Thread Basha Shaik
Hi i am using java. We parse the json response. and store the value as key - value pairs in a Map. In the reponse no wahere i found next_url or next_page. Can you tell me how we can store all json data in a variable. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Sat

[twitter-dev] Re: Search queries not working

2009-04-03 Thread Basha Shaik
Hi Chad, how can we store all json data in a variable "jdata". Can you tell me how to do that? I am using java for jason processing Which technology are you using? Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Sat, Apr 4, 2009 at 6:23 AM, Chad Etzel wrote:

[twitter-dev] Re: Search queries not working

2009-04-03 Thread Basha Shaik
Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Fri, Apr 3, 2009 at 6:57 PM, Doug Williams wrote: > > The use of prev_url and next_url will take care of step 1 from your > flow described above. Specifically, next_url will give your > application the URI to contac

[twitter-dev] Re: Search queries not working

2009-04-03 Thread Basha Shaik
I am using json Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Sat, Apr 4, 2009 at 6:07 AM, Chad Etzel wrote: > > Are you using the .atom or .json API feed? I am only familiar with > the .json feed. > -Chad > > On Sat, Apr 4, 2009 at 2:01 AM, Ba

[twitter-dev] Re: Search queries not working

2009-04-03 Thread Basha Shaik
Hi Chad, how can we use "next_page" in the url we request. where can we get the url we need to pass. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Fri, Apr 3, 2009 at 7:14 PM, Chad Etzel wrote: > > I'm not sure of these "next_url" an

[twitter-dev] Re: Search queries not working

2009-04-02 Thread Basha Shaik
te problem be solved Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Fri, Apr 3, 2009 at 5:59 AM, Doug Williams wrote: > > Basha, > Pagination is defined well here [1]. > > The next_url and prev_url fields give your client HTTP URIs to move > forward and

[twitter-dev] Re: Hi All

2009-04-02 Thread Basha Shaik
Id is nothing but the tweet id. take the tweet id of the 100th tweet in 15th page? Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Thu, Apr 2, 2009 at 1:35 PM, Seema Nagar wrote: > Thanks a lot. Can you tell which is this parameter id of the status last > page

[twitter-dev] Re: Search queries not working

2009-04-02 Thread Basha Shaik
, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Wed, Apr 1, 2009 at 4:23 PM, Matt Sanford wrote: > Hi Basha, > The max_id is only intended to be used for pagination via the next_url > and prev_url fields and is known not to work with since_id. It is not > documente

[twitter-dev] Re: Hi All

2009-04-02 Thread Basha Shaik
low link. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/d6a919e25eecd4db/60d54a47b19e16d5?lnk=raot Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Thu, Apr 2, 2009 at 6:43 AM, Seema Nagar wrote: > I am new to twitter. I am trying twitter search A

[twitter-dev] Re: Search queries not working

2009-03-31 Thread Basha Shaik
when we send a request. Also tell me what the total returns. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Tue, Mar 31, 2009 at 3:22 PM, Matt Sanford wrote: > > Hi there, > >Can you provide an example URL where since_id isn't working so I can try &g

[twitter-dev] Re: Using max_id to navigate to pages after 15

2009-03-30 Thread basha
Hi I am Alos facing the same problem. If any one knows the solution please tell me. i too tried max_id with since_id. when i try with max_id only i got tweets correctly as karthik said. but when i tried max_id with since_id , the response seems that the api is ignoring max_id when given with since

[twitter-dev] Re: Details about the Response returned in Search API

2009-03-29 Thread Basha Shaik
can anyone tell me what does max_id returns. also please tell me what total returns. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Thu, Mar 26, 2009 at 11:14 AM, basha wrote: > > Hi > I have sent request using json. I am getting response. In response >

[twitter-dev] Details about the Response returned in Search API

2009-03-26 Thread basha
Hi I have sent request using json. I am getting response. In response what are the things i get. As far as i know we get id,fromuser from userid,to user,to userid,tweet value,Created time in GMT,Max_id,.total. What does total and Max_id value mean. what do they give. If anything more i can get, pl

[twitter-dev] Re: About Rules For Developing Application using Search API

2009-03-24 Thread Basha Shaik
error. so that i can write logic for retry-after when this error occurs. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Sat, Mar 21, 2009 at 5:20 PM, Chad Etzel wrote: > > Yes, you should only see the Retry-After header in a 503 HTTP resopnse > (meaning you&#x

[twitter-dev] Re: About Rules For Developing Application using Search API

2009-03-21 Thread Basha Shaik
Hi Thanks For Your Reply. When Should I check the Retry-After in header. I am not getting Such thing in my header. Will this come with header only when Error Occurs? How to Find it? Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Fri, Mar 20, 2009 at 2:26 PM, Doug

[twitter-dev] About the Time Zone Problems

2009-03-19 Thread basha
Hi, I am Using Search API for Development of my Application. I just Started Using it. In what TimeZone Does the tweets return.? I want to Know if there are any issues about time zone.

[twitter-dev] About Rules For Developing Application using Search API

2009-03-19 Thread basha
Hi, I am Developing an Application Using Search API. I am Using JSON. I want to Know Answers to Following Questions? Please Help me. 1. Do i need to get any token or Permissions for that. 2. Does the Twitter API Charge me Anything? 3. What is the Limit For requests? 4. In My application I hit se

[twitter-dev] Re: How to get MOre than 1500 tweets when searched in Search API

2009-03-17 Thread Basha Shaik
other solution. Also if for a Single day i have more than 1500 tweets for my search query. how can i get all the search queries. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Tue, Mar 17, 2009 at 12:54 PM, Doug Williams wrote: > > Basha, > You can always ru

[twitter-dev] Re: How to get MOre than 1500 tweets when searched in Search API

2009-03-17 Thread Basha Shaik
. I am Sorry for all the silly questions. But please answer my questions. Doug Williams Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Mon, Mar 16, 2009 at 3:26 PM, Doug Williams wrote: > > Have you found the 'since' and 'until' parameters th

[twitter-dev] Re: How to get MOre than 1500 tweets when searched in Search API

2009-03-16 Thread Basha Shaik
er. please Explain. Thank You, Mahaboob Basha Shaik www.netelixir.com Making Search Work

[twitter-dev] Re: How to get MOre than 1500 tweets when searched in Search API

2009-03-16 Thread Basha Shaik
Get all the tweets in that Date Range for that Search Term. But With the Restriction of 1500 tweets my requirement cannot be fulfilled. Can you Suggest me any Solution. Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Mon, Mar 16, 2009 at 2:00 PM, Doug Williams wrote

[twitter-dev] Re: How to get MOre than 1500 tweets when searched in Search API

2009-03-16 Thread Basha Shaik
What if I want to get the second latest 1500 tweets? Regards, Mahaboob Basha Shaik www.netelixir.com Making Search Work On Mon, Mar 16, 2009 at 1:49 PM, Doug Williams wrote: > The number of tweets you are able to retrieve is artificially limited for > performance reasons. As you ca

[twitter-dev] How to get MOre than 1500 tweets when searched in Search API

2009-03-16 Thread basha
I submitted my request with 100 RPP and 15 pages. then i am getting 1500 tweets. but when I tried using since_id 1312101395 along with RPP and Pages I am getting only latest 1500 tweets. How can I get tweets which were present before the latest 1500 tweets (1501,1502,1503,..). Overall