[twitter-dev] Getting tweets of specific location

2009-12-18 Thread dhaval
Hey all I am hearing about the Geo Location and Geo Tagging since long. But I want to know how do I use it in my requirement. I am getting data from the search api. I want tweets which belongs only to the US. Is there a possible way where I can filter only the tweets that belongs to the US? Does

Re: [twitter-dev] Re: account/update_profile_background_image not working

2009-12-06 Thread Dhaval Parikh
Hey.. Has ne one implemented it with RoR?? I am not getting any error but the image is not updated somehow. Thanks On Thu, Dec 3, 2009 at 1:45 PM, Matt wrote: > I haven't, but you have a space in the link you posed as the thread > title. > > On Dec 3, 5:13 pm, dhaval w

[twitter-dev] account/update_profile_background_image not working

2009-12-02 Thread dhaval
Hey all Updating profile background image doesnt work for me. Is any one else facing the same issue? Let me know thanks

[twitter-dev] Twitter Tracking API

2009-11-14 Thread dhaval
Hi all I am using Twitter tracking API for my project. Currently I am getting the data and storing it as a file. Then I read the file and insert the data. But is it possible that I can add it directly while the request is on and not storing it in the file? Thanks

[twitter-dev] Re: Reg Twitter Authentication details

2009-11-12 Thread Dhaval Parikh
wrote: > > Hai, > > At present i have accessing twitter searches from my application without > authentication. > > Now i want to take twitter authentication so please can anyone tell me the > procedure about > > how to take authenication and also tell me the cost for it. >

[twitter-dev] Re: Finding tweets from Zipcode

2009-11-12 Thread Dhaval Parikh
f I can do that. >> >> Thanks >> > > -- > Raffi Krikorian > Twitter Platform Team > ra...@twitter.com | @raffi > > > > > -- Dhaval Parikh Software Engineer Ruby on Rails dhaval.parik...@gmail.com www.dhavalparikh.co.in http://blog.dhavalparikh.co.in

[twitter-dev] Finding tweets from Zipcode

2009-11-11 Thread dhaval
Hey all Is there any way I can get all the tweets from a zipcode? Eg:- all the tweets from 10019 Let me know if I can do that. Thanks

[twitter-dev] Find username/screenname through email addresses

2009-10-27 Thread dhaval
Hey all Is it possible to find the screen name of a twitter user from an email address? Say suppose an email address is a...@abc.com then what is the corresponding screen name of the user with that email id if there exists a registered user with that email. Please let me know if there is any wa

[twitter-dev] Re: geolocation API update

2009-10-01 Thread Dhaval Parikh
en the tag will be populated. just to lay out a timeline -- we've deployed for internal testing, and soon we'll be turning this on for the general audience. -- Raffi Krikorian Twitter Platform Team ra...@twitter.com | @raffi -- Dhaval Parikh Software Engineer R

[twitter-dev] Re: oauth redirects fail....

2009-08-28 Thread Dhaval Parikh
gt; > >> > > > > On Thu, Aug 6, 2009 at 15:53, yuf wrote: >> > >> > > > > > I have yet to get oAuth callbacks to work properly. After >> clicking >> > > > > > Allow, I end up on a completely blank >> twittte

[twitter-dev] Re: Getting followers list with OAuth integration

2009-07-23 Thread Dhaval Parikh
Can someone tell me if they have done it before? On 7/23/09, Dhaval Parikh wrote: > > yes i m getting access token and secret key and im using the plugin > available on http://code.google.com/p/oauth-plugin/ > > On 7/23/09, jmathai wrote: >> >> >> Are you 100%

[twitter-dev] Re: Getting followers list with OAuth integration

2009-07-23 Thread Dhaval Parikh
Which library are you using? > > On Jul 23, 1:47 am, dhaval wrote: > > Hey all > > > > I have integrated OAuth into my app. Now I want to get the follower > > lists usinghttp://twitter.com/statuses/followers.xmlfor the user who > > has authenticated using OAuth

[twitter-dev] Getting followers list with OAuth integration

2009-07-23 Thread dhaval
Hey all I have integrated OAuth into my app. Now I want to get the follower lists using http://twitter.com/statuses/followers.xml for the user who has authenticated using OAuth. My app works on ruby on rails. And i want to know how i can fetch the followers list for the current logged in user.

[twitter-dev] Re: Appx # of records in gardenhose

2009-07-09 Thread Dhaval Parikh
Thanks a lot for your reply On Fri, Jul 10, 2009 at 9:19 AM, John Kalucki wrote: > > 2m - 3m, very roughly. > > > On Jul 9, 8:34 pm, dhaval wrote: > > hey > > > > can ne one tell me the # of records we get appx in gardenhose per > > day? > > > &

[twitter-dev] Appx # of records in gardenhose

2009-07-09 Thread dhaval
hey can ne one tell me the # of records we get appx in gardenhose per day? Thanks

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Dhaval Parikh
Well there is a difference what I want is the counts only for the replies and not the total updates performed by the user. On Thu, Jan 22, 2009 at 10:34 AM, dougw wrote: > > Dhaval, > To get back to your original quesiont, the number of status updates is > returned with the users

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Dhaval Parikh
gt; Google Code issue, is a discussion about return the number of replies to a > given user. That is not going to be fixed as part of issue 235, and I think > it might be what dhaval is asking about. If that's something people need > please open an issue at http://code.google.com/p/twi

Re: how to fetch # of twitters and # of replies

2009-01-21 Thread Dhaval Parikh
@dougw thanks for your reply. Yes i mean the number of updated by a user. Can you please tell me if there is a direct way to do that. or need to fetch it from the show method? thanks On Wed, Jan 21, 2009 at 9:04 PM, dougw wrote: > > Dhaval, > Retrieving the number of @replies is o

how to fetch # of twitters and # of replies

2009-01-21 Thread dhaval
Hey all I am making a ruby on rails app and I would like to know if there is any method through which i can fetch the number of twitters and number of replies for a given user. Please do reply Thanks