Re: [twitter-dev] Trying to get rid of twitter spammers

2010-12-11 Thread Furkan Kuru
llowers/following) and cut out the > bottom N%. > > On Sat, Nov 27, 2010 at 4:18 PM, Furkan Kuru wrote: > > > > Another hosting will be problematic to maintain. > > I have looked at a few more short urls. They redirect to very wide range > of > > sites not just ama

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-27 Thread Furkan Kuru
URL points to Amazon. That will work as long as they still point > to Amazon. > > On Sat, Nov 27, 2010 at 9:12 AM, Furkan Kuru wrote: > > It returns a redirection to amazon.com product page > > > > Example: > > > > > http://www.amazon.com/gp/product/B0

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-27 Thread Furkan Kuru
The URLs again return a code of 200 and nothing in the content. What > happens when you try getting one of the URLs with cURL? I'm curious if > it behaves differently for an IP in Turkey. > > On Sat, Nov 27, 2010 at 8:56 AM, Furkan Kuru wrote: > > Most of the tweets here a

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-27 Thread Furkan Kuru
gt; geographic area that can be detected by IP? Very interesting... > > Anyway, you can use URL resolution to test new users. When you get a > tweet from a new user with a URL, check the URL, and blacklist them if > it resolves to an empty page. If you only have to do this for new

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-27 Thread Furkan Kuru
doesn't slow down you main tweet parsing loop. Most spammers are > so simplistic that they just repeat the same tweet over and over. In a > real spammy set of keywords, if I find more than a few duplicates from > a user, I just stop saving their tweets. > > > On Fri, Nov 26

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread Furkan Kuru
twitturk.com/tweet/search?q=lol> > > 26/11/10 12:49:01 > <http://twitter.com/YrnbAdi_Dhaama/status/8109813330345984> > > > @I5IL <http://twitter.com/I5IL> sexspeaking a shit. So... If ya can't beat > 'em, join 'em. RT The100KShow: LadyBlogga lo

[twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread Furkan Kuru
t! http://nofj.hn.cx/r1jvr <http://twitter.com/dqbajBSB/status/8109804488753152> <http://twitturk.com/tweet/search?q=lol#> 26/11/10 12:49:01 <http://twitter.com/dqbajBSB/status/8109804488753152> @Melek_Ulker <http://twitter.com/Melek_Ulker> nciku honeku Pompam1016

[twitter-dev] streaming api delete status notice problem

2010-11-16 Thread Furkan Kuru
, -- Furkan Kuru -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group

Re: [twitter-dev] Long representation of Snowflake ids

2010-11-05 Thread Furkan Kuru
Harris wrote: > We do this for you by including a string representation of integer IDs in > the responses. For example id and id_str. > > Best, > @themattharris > > On Nov 4, 2010, at 16:58, Furkan Kuru wrote: > > > I try to adapt my php code to convert snowflake

[twitter-dev] Long representation of Snowflake ids

2010-11-04 Thread Furkan Kuru
Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Furkan Kuru -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://cod

Re: [twitter-dev] undo retweets in stream api

2010-09-01 Thread Furkan Kuru
re in that part of the code. > > One workaround, albeit often impractical, is to take the full firehose > and do the correlation on your end. > > -John Kalucki > http://twitter.com/jkalucki > Infrastructure, Twitter Inc. > > > > On Tue, Jun 15, 2010 at 8:35 AM, Furk

Re: [twitter-dev] Re: User protected account privacy - API terms

2010-07-14 Thread Furkan Kuru
. > > Brian Sutorius > Twitter API Policy > > On Jul 11, 3:02 pm, Furkan Kuru wrote: > > I have read the terms of service (https://twitter.com/tos) and api > rules. > > > > But it is not clear whether we can publish a protected account's profile > > info

[twitter-dev] User protected account privacy - API terms

2010-07-11 Thread Furkan Kuru
ifies (i.e twitter icon, screen name) We will add a filter for protected accounts if we do not have right to display basic user information for protected users. -- Furkan Kuru

Re: [twitter-dev] Farsi Twitter App

2010-07-04 Thread Furkan Kuru
umber of non-connected users is not so big, no one has really > tested that so far. > > Pascal > > On Jul 3, 2010, at 20:00 , Furkan Kuru wrote: > > We have implemented the Turkish version: Twitturk > http://twitturk.com/home/lang/en > > > We skipped the first th

Re: [twitter-dev] Widget to follow a particular user

2010-07-03 Thread Furkan Kuru
ically be following cashpax.com. > > Would like to know if there is any widget which already does this. > Else, I plan to develop the same. > > Does anyone know how to check if the user is logged in? If he is > already following? > > Thanks in advance! -- Furkan Kuru

Re: [twitter-dev] Farsi Twitter App

2010-07-03 Thread Furkan Kuru
w data? > > 3 - Will the language filter provide me with users who's default > > language is farsi, or will it actually find tweets in farsi? > > > > I am aware that the user can select their native language in the user > > profile, but I also know this is not 100% reliable. > > > > Can anyone think of a more elegant solution? > > Are there any hidden/experimental language type filters available to > > us? > > > > Thanks! > > Lucas > > -- Furkan Kuru

Re: [twitter-dev] anywhere link overriding

2010-06-16 Thread Furkan Kuru
, since @Anywhere stamps each link with a class of > "twitter-anywhere-user". So, you could iterate over all anchor > elements, and if they have that class add the "target" attribute with > a value of "_blank". > > - Todd > > On Tue, Jun 15, 2010 a

[twitter-dev] anywhere link overriding

2010-06-15 Thread Furkan Kuru
Is there any possibility to change the anywhere links to include target="_blank" attribute and value in order to open in a new window? -- Furkan Kuru

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
http://twitter.com/jkalucki > Infrastructure, Twitter Inc. > > > On Tue, Jun 15, 2010 at 6:59 AM, Furkan Kuru wrote: > > > > I am using the follow param on a "shadow" account. > > > > > > On Tue, Jun 15, 2010 at 4:14 PM, John Kalucki wrote

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
> On Tue, Jun 15, 2010 at 3:03 AM, Furkan Kuru wrote: > > Hello, > > > > In our stream we receive deleted statuses but can not receive undo > retweets. > > > > Is undoing a retweet message is different than deleting a status? > > > > wiki has show

[twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
Hello, In our stream we receive deleted statuses but can not receive undo retweets. Is undoing a retweet message is different than deleting a status? wiki has shown only the deleted status message info: JSON: { "delete": { "status": { "id": 1234, "user_id": 3 } } } -- Furkan Kuru

Re: [twitter-dev] Is tweet retweeted or not.

2010-06-06 Thread Furkan Kuru
upss sorry, I did not notice statuses/home_timeline. I have been using friends_timeline and it does not include rts for backward compatibilities. On Sat, Jun 5, 2010 at 7:33 PM, Julio Biason wrote: > On Sat, Jun 5, 2010 at 1:22 PM, Furkan Kuru wrote: > > Retweets are not giv

Re: [twitter-dev] Is tweet retweeted or not.

2010-06-05 Thread Furkan Kuru
the status tag indicating that the user has already retweeted this > so that I can show a mark to the user that he already retweeted the > particular tweet. Is there any way for this? -- Furkan Kuru

[twitter-dev] Stream API Basic Auth to OAuth

2010-05-19 Thread Furkan Kuru
Is Basic Auth going to be shut off on the Stream API as well? -- Furkan Kuru

Re: [twitter-dev] @anywhere hovercard events

2010-04-20 Thread Furkan Kuru
ly if I link @screenname myself, hovercards() ignores it, so > its one or the other. > > Cheers, > Scott > > > -- > Subscription settings: > http://groups.google.com/group/twitter-development-talk/subscribe?hl=en > -- Furkan Kuru

Re: [twitter-dev] @anywhere style, button, language customization

2010-04-20 Thread Furkan Kuru
ev.twitter.com/anywhere/begin is the bulk of > what's to be considered stable at this time. > > Taylor Singletary > Developer Advocate, Twitter > http://twitter.com/episod > > > On Tue, Apr 20, 2010 at 7:32 AM, Furkan Kuru wrote: > >> Thanks Taylor, >>

Re: [twitter-dev] @anywhere style, button, language customization

2010-04-20 Thread Furkan Kuru
cks. > > Taylor Singletary > Developer Advocate, Twitter > http://twitter.com/episod > > > > On Tue, Apr 20, 2010 at 3:00 AM, Furkan Kuru wrote: > >> Hello, >> >> Is there a simple way to change the text and visualization of anywhere >> component

[twitter-dev] @anywhere style, button, language customization

2010-04-20 Thread Furkan Kuru
Hello, Is there a simple way to change the text and visualization of anywhere components? -- Furkan Kuru -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] @anywhere testing from local development machine

2010-04-17 Thread Furkan Kuru
Hello, I'd like to test the @anywhere integration to my existing web site on my local test-machine. Is there a way to set the redirection url to localhost? -- Furkan Kuru -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en