Re: [twitter-dev] dev.twitter.com

2010-04-14 Thread Atul Kulkarni
+1... this is nice.

On Wed, Apr 14, 2010 at 4:27 PM, Dewald Pretorius  wrote:

> Okay, this seriously rocks.
>
> Congrats to everyone who worked on making dev.twitter.com happen.
>
>
> --
> To unsubscribe, reply using "remove me" as the subject.
>



-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Getting permission for collecting IP of user

2010-03-16 Thread Atul Kulkarni
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/c1fd5f79cb6e62b5?pli=1

On Tue, Mar 16, 2010 at 9:04 AM, PRAVEEN KUMAR wrote:

> Hi,
>
> Can you please provide me a sample of how I can use Geo Location API ?
>
> Thanks.
>
>
>
> On Tue, Mar 16, 2010 at 7:12 PM, Atul Kulkarni wrote:
>
>> Use Geo-location API instead.
>> http://blog.twitter.com/2009/08/location-location-location.html
>>
>> On Tue, Mar 16, 2010 at 7:47 AM, PRAVEEN KUMAR 
>> wrote:
>>
>>> Hi,
>>>
>>> Can I develop a Twitter application which asks for permission of user
>>> so that I can collect his IP details from the tweets he sends ?
>>>
>>> If not then Is there any other way by which I can collect IP
>>> information of user to get his exact location.
>>>
>>> Thanks.
>>> (Praveen kumar)
>>>
>>
>>
>>
>> --
>> Regards,
>> Atul Kulkarni
>>
>>
>


-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Getting permission for collecting IP of user

2010-03-16 Thread Atul Kulkarni
Use Geo-location API instead.
http://blog.twitter.com/2009/08/location-location-location.html

On Tue, Mar 16, 2010 at 7:47 AM, PRAVEEN KUMAR wrote:

> Hi,
>
> Can I develop a Twitter application which asks for permission of user
> so that I can collect his IP details from the tweets he sends ?
>
> If not then Is there any other way by which I can collect IP
> information of user to get his exact location.
>
> Thanks.
> (Praveen kumar)
>



-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] TwitteRBL - Filtering SPAMs from Twitter

2010-02-27 Thread Atul Kulkarni
Hey,

This sounds like a collaborative filtering problem. But rule based system
alone might not be your best choice for such a dynamic environment like
twitter. I would say if u can develop a bag of word approach to write a
classifier and add that to your rule based system then u stand a good
chance, I would assume. I would assume a few hours worth of tweets from
Stream with classification done would serve a good training set for the
algorithm. I do not have any empirical evidence as of now, but that my hunch
about this.

Regards,
Atul.

On Sat, Feb 27, 2010 at 6:29 PM, Fabien Penso  wrote:

> Hi,
>
> I'm currently using the streaming API for a new service I work on, but
> I see lots of tweets I would consider as SPAM and I'd like to find a
> way to prevent it.
>
> I have not found anything to filter them, therefor I wrote a little
> blog post about how it could be done. Something to combine RBL and
> Tweets, but I wonder if that makes sense.
>
> Any feedback welcome.
>
> http://blog.penso.info/2010/02/28/filtering-spams-on-twitter-twitterbl/
>
> --
> Fabien Penso
> @fabienpenso
>



-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Re: Streaming API question

2010-02-19 Thread Atul Kulkarni
I have had it get stuck with 'track' after around 16-20 hours. I am going to
try and reproduce it and then post details.

On Sat, Feb 20, 2010 at 2:38 AM, M. Edward (Ed) Borasky wrote:

>
>
> On Feb 19, 7:36 am, rob  wrote:
> > Has anyone else ran into an issue where over time the Streaming API
> > just stops sending results?
> >
> > We are using a Ruby library to connect (twitter-stream) which uses
> > EventMachine to open a persistent connection to the API (we are
> > tracking and following).
> >
> > The library properly handles reconnection (from dropped connections)
> > and the various error conditions.
> >
> > All works well for a period of time (8+ hours in some cases, sometimes
> > a full day)  after that the connection does no get dropped but no data
> > gets sent. (At least that's what is seems as EventMachine feels its
> > still connected)
> >
> > If we just drop the connection and reconnect all is well and the data
> > starts to flow again. (Which we could do but that seems like a hack)
> >
> > Anyone else have this issue or should I dive into the EventMachine
> > code and see if there is an issue in there?
> >
> > Thanks in advance,
> >
> > Rob
>
> I haven't seen anything like this, but I've only used "tweetstream",
> not "twitter-stream". I had a connection running last week for about
> 12 hours with no problems. It was on the "filter" stream doing a
> "track" for the keyword "haiti".
>



-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Streaming API question

2010-02-19 Thread Atul Kulkarni
Me too! Exact same case. I am using tweepy.

On Fri, Feb 19, 2010 at 10:36 AM, rob  wrote:

> Has anyone else ran into an issue where over time the Streaming API
> just stops sending results?
>
> We are using a Ruby library to connect (twitter-stream) which uses
> EventMachine to open a persistent connection to the API (we are
> tracking and following).
>
> The library properly handles reconnection (from dropped connections)
> and the various error conditions.
>
> All works well for a period of time (8+ hours in some cases, sometimes
> a full day)  after that the connection does no get dropped but no data
> gets sent. (At least that's what is seems as EventMachine feels its
> still connected)
>
> If we just drop the connection and reconnect all is well and the data
> starts to flow again. (Which we could do but that seems like a hack)
>
> Anyone else have this issue or should I dive into the EventMachine
> code and see if there is an issue in there?
>
> Thanks in advance,
>
> Rob
>
>
>
>
>
>
>


-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Re: Search API Irregularity

2010-02-16 Thread Atul Kulkarni
If you are using just track predicate, then u should be fine. But in general
gardenhose floods u depending on the time of the day and various other
factors nearly a few thousand tweets per hour on an average or something
similar. But again it depends what u r consuming. My numbers could certainly
differ with other who have done that in the past. but it is certainly
significantly more than normal access level.

Regards,
Atul.

On Tue, Feb 16, 2010 at 6:04 PM, TimeSnag  wrote:

> Are you able to tell me how many more?
>
> I know that current am getting about 28 tweets per second that contain
> 'rt' in them.
>
> I estimated from the twitter.com search, that there are about 40-50
> per second, but that is assuming the twitter.com is not limited.
>
> Thanks
>



-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Re: Search API Irregularity

2010-02-16 Thread Atul Kulkarni
Something just to keep in mind. Try not to postpone integration into a
higher access level stream for last b'coz you might have to process A LOT (I
really mean it!) of tweets. Unless well done it could be over whelming for
the application to integrate with elevated access level stream.



On Tue, Feb 16, 2010 at 4:15 PM, TimeSnag  wrote:

> Yes, I am receiving limit messages.
>
> I will send an email once my college project is near completion and
> ready to go live.
>
> Thanks for Twitter's Dev Team Help!
>
> - Will Mulligan
> Worcester Polytechnic Institute
>



-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Applying for increased twitter stream access

2010-02-15 Thread Atul Kulkarni
Hi,

Please correct me if I am wrong. Isn't the purpose of the email to
a...@twitter.com is to not let people gain access at will?

Regards,
Atul.

On Mon, Feb 15, 2010 at 6:07 PM, Dima  wrote:

> Hey,
>
> Just wanted to make a quick comment and ask if somebody could please
> update the documentation appropriately.  On the wiki there is just a
> mention of emailing a...@twitter.com to gain elevated access to the
> stream.  But it seems that we should be accessing this link in stead,
> http://twitter.com/help/request_streaming, atleast that's what the
> response was from twitter.
>
> Thanks!
> ttyl
> Dima
>



-- 
Regards,
Atul Kulkarni


Re: [twitter-dev] Re: Anyone using phirehose?

2010-02-12 Thread Atul Kulkarni
It has been happening to me as well. It just stops receiving data after
about 25-26 hours. Any timeout or something?

On Fri, Feb 12, 2010 at 12:52 AM, olmy  wrote:

> I am using it for the last 7 days, In this period, it has stopped
> collecting data twice. The program is still running, I can see the
> process ids, but no data is coming. This is my code,
>
> class FilterTrackConsumer extends Phirehose
> {
>public function enqueueStatus($status)
>{
>$tweet = json_decode($status, true);
>if (is_array($tweet) &&
> isset($tweet['user']['screen_name'])) {
>$text = $tweet['text'];
>if($text != ""){
>-storing data
>}
>}
>}
> }
>
> $ptrKeyWord = mysql_query("SELECT * FROM keywords");
> $track = "";
> while($arrKeyWord = mysql_fetch_array($ptrKeyWord))
> {
>$track .= stripslashes($arrKeyWord["keyword_word"]) . ",";
> }
> $track = substr($track, 0, -1);
>
> $ptrFollow = mysql_query("SELECT * FROM users_follow WHERE user_id >
> 0");
> $strFollow = "";
> while($arrFollow = mysql_fetch_array($ptrFollow))
> {
>$strFollow .= $arrFollow["user_id"] . ",";
> }
> $strFollow = substr($strFollow, 0, -1);
>
> // Start streaming
> $sc = new FilterTrackConsumer('user', 'pwd',
> Phirehose::METHOD_FILTER);
> $sc->setTrack(array($track));
> $sc->setFollow(array($strFollow));
> $sc->consume();
>
>
> On Jan 18, 7:44 am, Fenn  wrote:
> > Hi there,
> >
> > I'm the author of Phirehose and was wondering if you guys have tried
> > it/are having any sorts of problems.
> >
> > I use it myself and haven't had any problems with it randomly stopping
> > (so far) or at least, not that I've noticed.
> >
> > That's not to say that there's not an implementation problem there
> > somewhere :)
> >
> > Phirehose should be a lot more robust than the simple examples in that
> > old blog post there as it does handle reconnects, HTTP response
> > errors, retry backoff, etc, etc.
> >
> > Happy to work with you guys to solve any probs -
> >
> > Cheers!
> >
> >   Fenn.
> >
> > On Jan 17, 5:27 am, Jacopo Gio  wrote:> Same for
> us, George.
> >
> > > But what are the alternatives ?
> >
> > > On Jan 15, 6:17 pm, GeorgeMedia  wrote:
> >
> > > > I'm looking for a solid PHP library to access the gardenhose and just
> > > > wondering if anyone is successfully implementing this using
> phirehose.
> > > > It seems to be the only one out there...
> >
> > > > This fairly dated code seems to work for random periods of time then
> > > > stops.
> >
> > > >
> http://hasin.wordpress.com/2009/06/20/collecting-data-from-streaming-...
>



-- 
Regards,
Atul Kulkarni


[twitter-dev] Re: Whitelisting Notification

2009-10-28 Thread Atul Kulkarni
It took me a little longer than a week. Be patient... the form you filled is
the only thing I know one can do.

You could search the archives of a few weeks back for a thread where Chad
answered this question.

Hope this helps.

Regards,
Atul.

On Wed, Oct 28, 2009 at 1:47 PM, Luke Sneeringer
wrote:

>
> Good afternoon,
> I have a question regarding whitelisting. I am a developer looking to
> produce material against the Twitter API (blah blah), and I recently
> requested whitelisting. The form says it takes 72 hours. So far, so
> good.
>
> That was a week ago, and I've heard nothing. I haven't been rejected
> per sé (that I know of), but my IP is still very much rate-limited to
> 150 requests per hour, and I've heard nothing. I haven't gotten an
> email informing me in either direction. I don't want to fill out the
> form again as I don't really want to even further overload some poor
> fellow.
>
> Does anyone know what the story is here? Do they take longer than 72
> hours now? It's fine if they do. I just don't want to keep filling out
> requests if in fact there's just a longer queue, but I also don't want
> to sit and wait only to find out in a month that I was supposed to do
> some arbitrary action I didn't notice.
>
> Thanks,
> Luke
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Connection Reset by Peer

2009-10-24 Thread Atul Kulkarni
Are you using Basic Auth? Are you using the same account to tweet and are u
tweeting simultaneously while working? If none of the above then u have
reached ur rate limit. Wait for an hour and try again. Else I don't
understand what could have happened. I had this a few days back and reason
was rate limit.

On Sat, Oct 24, 2009 at 11:16 PM, Jesse Stay  wrote:

> I'm seeing constant Connection Reset by Peer errors on one of my servers.
>  Is anyone else seeing this?  Have I hit a limit of some sort?  It's been
> happening all day long it seems.
>
> Jesse
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Rate Limit: Two accounts on single machine or the limit for the IP of machine with those accounts? - thats the question!

2009-10-24 Thread Atul Kulkarni
Thanks for the reply. It helps reinforce my findings after trials.

On Sat, Oct 24, 2009 at 5:36 PM, TjL  wrote:

>
> If they are authenticated requests, they will count towards the
> account whitelist limit, but not the IP limit.
>
> If they are not authenticated, they count towards the IP limit…
>
> TjL
>
>
> On Sat, Oct 24, 2009 at 2:46 PM, Atul Kulkarni 
> wrote:
> > Hi All,
> >
> > I have a small question,
> >
> > if I run two different scripts authorized with two different accounts
> > (whitelisted) from the same machine (IP whitelisted), will the rate limit
> of
> > the machine which i thnk will be reached be counted (given that I am
> using
> > same machine for the both the requests) or the rate limit for the two
> > different accounts with authorization be used? I don't want them to fight
> > against eachother for rate, hence the question.
> >
> > --
> > Regards,
> > Atul Kulkarni
> > www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
> >
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Rate Limit: Two accounts on single machine or the limit for the IP of machine with those accounts? - thats the question!

2009-10-24 Thread Atul Kulkarni
Hi All,

I have a small question,

if I run two different scripts authorized with two different accounts
(whitelisted) from the same machine (IP whitelisted), will the rate limit of
the machine which i thnk will be reached be counted (given that I am using
same machine for the both the requests) or the rate limit for the two
different accounts with authorization be used? I don't want them to fight
against eachother for rate, hence the question.

-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Connection reset by peer.

2009-10-21 Thread Atul Kulkarni
Hi All,

I am trying to run my app get the friend's ID list for users and I keep
getting this error after intermittently. I have the ip that I am using white
listed. So I don't understand if I am the only one who is seeing this or
their are many like me.

-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread Atul Kulkarni
Works Fine... Duluth, MN.

On Sun, Oct 18, 2009 at 12:51 PM, Ryan Sarver  wrote:

>
> I wanted to check in and see if everyone is back to normal? We think
> things have been fixed but its hard to confirm without your help.
>
> Let me know if you are still experiencing any issues and if so, where
> you are located.
>
> Best, Ryan
>
> On Sun, Oct 18, 2009 at 10:48 AM, Dewald Pretorius 
> wrote:
> >
> > Same here. Can connect again.
> >
> > On Oct 18, 2:46 pm, Michael Steuer  wrote:
> >> The situation seems to have been resolved, at least for me, as of a
> >> few minutes ago. My Rackspace hosted servers can reach the API again...
> >>
> >> On Oct 18, 2009, at 10:35 AM, Dewald Pretorius 
> wrote:
> >>
> >>
> >>
> >> > I don't really blame Twitter Ops for not knowing. It's probably a new
> >> > edge defense that was installed by their service provider during
> >> > Sunday night.
> >>
> >> > However, a while ago Alex said the Platform team were working on an
> >> > external monitoring solution. Hopefully Ryan, who is now Director of
> >> > the Platform team, will quickly move this forward to completion.
> >>
> >> > Dewald
> >>
> >> > On Oct 18, 1:30 pm, Michael Steuer  wrote:
> >> >> Amen to that. I find it kind of curious that as per John K., 5-6
> >> >> hours
> >> >> into this issue, the Twitter ops team was still blissfully unaware of
> >> >> anything going on... Also weird that they apparently are unable to
> >> >> reproduce the issue without our help, ie. they really haven't set up
> >> >> any monitoring outside of their network...
> >>
> >> >> On Oct 18, 2009, at 9:05 AM, Dewald Pretorius 
> >> >> wrote:
> >>
> >> >>> I'd be more than happy to wait longer for snazzy API 2.0 features so
> >> >>> that the Platform team can build a QoS system that monitors the
> >> >>> API's
> >> >>> availability and performance from the outside. That will enable
> >> >>> Twitter to catch these kinds of issues long before we do.
> >>
> >> >>> Dewald
> >>
> >> >>> On Oct 18, 12:47 pm, Michael Steuer  wrote:
> >> >>>> This outage is now going on 7 hours. Any word from Twitter as to an
> >> >>>> ETA for resolution?
> >>
> >> >>>> On Oct 18, 2009, at 8:08 AM, John Meyer 
> >> >>>> wrote:
> >>
> >> >>>>> John Kalucki wrote:
> >> >>>>>> And here's the next question:
> >>
> >> >>>>>> Is anyone having trouble from non-service, non-hosted
> >> >>>>>> endpoints. In
> >> >>>>>> other words, problem from home ISPs and desktop clients?
> >>
> >> >>>>>> -John Kalucki
> >> >>>>>>http://twitter.com/jkalucki
> >> >>>>>> Services, Twitter Inc.
> >>
> >> >>>>> Yep. (comcast, cannot access through either the website or desktop
> >> >>>>> clients).
> >
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
I have a small app (that I wrote) that fetches tweets from twitter and sends
ocasionally with authentication and then I have my Echofon running that I
use to post tweets well.

Scenario that occured:
This app was running while I tweeted from Echofon (I assume it authenticated
me again) and then my app got a connection closed error.
Hence I was asking, if one authentication nullfies previous one for the same
user. I am using the same ID to work and tweet hence the problem I suppose.

Regards,
Atul.
On Thu, Oct 15, 2009 at 7:07 PM, Chad Etzel  wrote:

>
> If you are asking about the Streaming API, then yes. If not, then I
> don't understand the question :)
>
> -Chad
>
> On Thu, Oct 15, 2009 at 8:05 PM, Atul Kulkarni 
> wrote:
> > A question on the sidelines,
> >
> > If I am running an app with my credentials and at the same time I open
> > another connection with the same credentials is the first connection
> closed?
> >
> > On Thu, Oct 15, 2009 at 7:01 PM, Chad Etzel  wrote:
> >>
> >> On average under 72 hours, but depending on the state of things it can
> >> take up to 1 week.
> >> -Chad
> >>
> >> On Thu, Oct 15, 2009 at 7:56 PM, Atul Kulkarni  >
> >> wrote:
> >> > Hi All,
> >> >
> >> > What is the approximate expected time for white listing from the day
> of
> >> > application?
> >> >
> >> > --
> >> > Regards,
> >> > Atul Kulkarni
> >> > www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
> >> >
> >
> >
> >
> > --
> > Regards,
> > Atul Kulkarni
> > www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
> >
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
A question on the sidelines,

If I am running an app with my credentials and at the same time I open
another connection with the same credentials is the first connection closed?

On Thu, Oct 15, 2009 at 7:01 PM, Chad Etzel  wrote:

>
> On average under 72 hours, but depending on the state of things it can
> take up to 1 week.
> -Chad
>
> On Thu, Oct 15, 2009 at 7:56 PM, Atul Kulkarni 
> wrote:
> > Hi All,
> >
> > What is the approximate expected time for white listing from the day of
> > application?
> >
> > --
> > Regards,
> > Atul Kulkarni
> > www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
> >
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
Thanks, Scott, and Chad.


On Thu, Oct 15, 2009 at 7:01 PM, Chad Etzel  wrote:

>
> On average under 72 hours, but depending on the state of things it can
> take up to 1 week.
> -Chad
>
> On Thu, Oct 15, 2009 at 7:56 PM, Atul Kulkarni 
> wrote:
> > Hi All,
> >
> > What is the approximate expected time for white listing from the day of
> > application?
> >
> > --
> > Regards,
> > Atul Kulkarni
> > www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
> >
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Approx time for White listing?

2009-10-15 Thread Atul Kulkarni
Hi All,

What is the approximate expected time for white listing from the day of
application?

-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Anyone else getting HTTP 404 with APIs today?

2009-10-15 Thread Atul Kulkarni
Hi All,

Is it just me or anyone else there is getting those as well?

-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Tweets Dataset for academia?

2009-10-14 Thread Atul Kulkarni
Thanks, John. I am not only looking at hash tags, but also other things that
go along with tweets. I will keep in mind. I was actually curious about
Twitter's policy on this. What is there take on releasing a certain dataset
of say some random X number of users. Is it violation of any of their policy
or their agreement with the users.

Regards,
Atul.


On Wed, Oct 14, 2009 at 11:43 AM, JOHN OBRIEN wrote:

> Many people in academia / research have used TwapperKeeper service to
> capture tweets of interest (that are tagged) and export for analysis.
> Let me know if you have any questions.
>
> v/r,
> John
> http://TwapperKeeper.com
> jobr...@ob3solutions.com
> @jobrieniii
>
>
>
> On Oct 14, 2009, at  12:39 PM, Atul Kulkarni wrote:
>
> Hi All,
>
> I am curious if there is any Twitter data set already available for
> research or academia? If it is already not there then can one crawl through
> the users and build one and release it to the research community without any
> charge? What would be Twitter's official policy on this?
>
> I am sure there will be a lot of interest in academia from the Linguistics
> perspective and Machine Learning perspective. These questions are just out
> of curiosity and feasibility study types.
>
> --
> Regards,
> Atul Kulkarni
> www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
>
>
>


-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Tweets Dataset for academia?

2009-10-14 Thread Atul Kulkarni
Hi All,

I am curious if there is any Twitter data set already available for research
or academia? If it is already not there then can one crawl through the users
and build one and release it to the research community without any charge?
What would be Twitter's official policy on this?

I am sure there will be a lot of interest in academia from the Linguistics
perspective and Machine Learning perspective. These questions are just out
of curiosity and feasibility study types.

-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>


[twitter-dev] Re: Famous Personality Twitter Accounts

2009-10-13 Thread Atul Kulkarni
anyway, ignore my previous response.

On Tue, Oct 13, 2009 at 10:13 PM, Yogesh Mali  wrote:

> Hello
> This might be naive, but I was checking out many Hollywood, sports
> personalities twitter accounts. So how does Twitter authenticate these users
> from fake accounts? Initially I thought verified accounts will be the way,
> but then I saw there are many people whose accounts are not verified , but
> still they have many followers and also verified accounts say it is for
> avoiding duplicate names. Does twitter actually avoid fake stuff compared to
> other social networking sites?
>
>
> Thanks
> Yogesh
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: Famous Personality Twitter Accounts

2009-10-13 Thread Atul Kulkarni
did you want this - http://twitter.com/verified ?

On Tue, Oct 13, 2009 at 10:13 PM, Yogesh Mali  wrote:

> Hello
> This might be naive, but I was checking out many Hollywood, sports
> personalities twitter accounts. So how does Twitter authenticate these users
> from fake accounts? Initially I thought verified accounts will be the way,
> but then I saw there are many people whose accounts are not verified , but
> still they have many followers and also verified accounts say it is for
> avoiding duplicate names. Does twitter actually avoid fake stuff compared to
> other social networking sites?
>
>
> Thanks
> Yogesh
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: List of all accounts

2009-10-12 Thread Atul Kulkarni
Thanks, Chad.

On Mon, Oct 12, 2009 at 2:23 PM, Chad Etzel  wrote:

>
> Mr. Troll has been summarily banned.
>
> To answer the question at hand: Twitter does not provide such a list of
> users.
>
> -Chad
>
> On Mon, Oct 12, 2009 at 3:15 PM, Atul Kulkarni 
> wrote:
> > If you wanted to be racist, then I am going to ignore it. It is simply
> not
> > worth spending time with people like you. Good Luck! to you.
> >
> > On Mon, Oct 12, 2009 at 2:11 PM, thomas cavanaugh 
> > wrote:
> >>
> >> why---so you can send them back to tehran
> >>
> >> On Mon, Oct 12, 2009 at 3:02 PM, Atul Kulkarni  >
> >> wrote:
> >>>
> >>> Is there anyway of obtaining this list (list of all active users on
> >>> Twitter) ? or a BFS through friends and followers is the only way out
> of
> >>> finding most if not all users.
> >>> --
> >>> Regards,
> >>> Atul Kulkarni
> >>> www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
> >>
> >
> >
> >
> > --
> > Regards,
> > Atul Kulkarni
> > www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
> >
>



-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: List of all accounts

2009-10-12 Thread Atul Kulkarni
If you wanted to be racist, then I am going to ignore it. It is simply not
worth spending time with people like you. Good Luck! to you.

On Mon, Oct 12, 2009 at 2:11 PM, thomas cavanaugh wrote:

> why---so you can send them back to tehran
>
>
> On Mon, Oct 12, 2009 at 3:02 PM, Atul Kulkarni wrote:
>
>> Is there anyway of obtaining this list (list of all active users on
>> Twitter) ? or a BFS through friends and followers is the only way out of
>> finding most if not all users.
>> --
>> Regards,
>> Atul Kulkarni
>> www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
>>
>
>


-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] Re: List of all accounts

2009-10-12 Thread Atul Kulkarni
and what do you think I would achieve by doing that?

On Mon, Oct 12, 2009 at 2:11 PM, thomas cavanaugh wrote:

> why---so you can send them back to tehran
>
>
> On Mon, Oct 12, 2009 at 3:02 PM, Atul Kulkarni wrote:
>
>> Is there anyway of obtaining this list (list of all active users on
>> Twitter) ? or a BFS through friends and followers is the only way out of
>> finding most if not all users.
>> --
>> Regards,
>> Atul Kulkarni
>> www.d.umn.edu/~kulka053 <http://www.d.umn.edu/%7Ekulka053>
>>
>
>


-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053


[twitter-dev] List of all accounts

2009-10-12 Thread Atul Kulkarni
Is there anyway of obtaining this list (list of all active users on Twitter)
? or a BFS through friends and followers is the only way out of finding most
if not all users.
-- 
Regards,
Atul Kulkarni
www.d.umn.edu/~kulka053