Re: [twitter-dev] Re: sudden api slowdown

2011-06-27 Thread M. Edward (Ed) Borasky
I haven't been doing anything with the REST API recently but I think there was some kind of "event" on Streaming last night. I don't have the data here but it was about 2011-06-27T05:00:00Z if I remember correctly. I was connected to the "sample" stream with basic auth if that matters. It l

Re: [twitter-dev] trending topics order

2011-06-25 Thread M. Edward (Ed) Borasky
How difficult would it be for Twitter to return the tweets per minute by location on Trending Topics? For example, if "hockey" is getting 100 tweets per minute in Boston, the line for Boston would read boston 100 -- http://twitter.com/znmeb http://borasky-research.net "A mathematician is a

[twitter-dev] Is the "sample" stream still delivering 1% of all public tweets?

2011-06-02 Thread M. Edward (Ed) Borasky
I'm just getting back to my code that uses the "sample" Streaming endpoint. Is that still delivering 1% of all public tweets? -- http://twitter.com/znmeb http://borasky-research.net "A mathematician is a device for turning coffee into theorems." -- Paul Erdos -- Twitter developer documentat

Re: [twitter-dev] Introducing the Follow Button

2011-05-31 Thread M. Edward (Ed) Borasky
text, with or without Javascript. Web Intents and the Tweet & Follow Buttons are the best fit for a wide swath of integration points. Deeper integrations are still best serviced by server-side REST integrations or @Anywhere. @episod <http://twitter.com/episod> - Taylor Singletary On Tue,

Re: [twitter-dev] Introducing the Follow Button

2011-05-31 Thread M. Edward (Ed) Borasky
Now I'm getting curious about the road map for @anywhere and all the miscellaneous Twitter plugins, especially for WordPress. Last year, when Twitter announced @anywhere, I tried a couple of plugins before settling on one. What I got from that was hovercards, tweet boxes and follow buttons.

Re: [twitter-dev] A new permission level

2011-05-18 Thread M. Edward (Ed) Borasky
-- http://twitter.com/znmeb http://borasky-research.net "A mathematician is a device for turning coffee into theorems." -- Paul Erdos Quoting Matt Harris : Hey everyone, We recently updated our OAuth screens to give users greater transparency about the level of access applications have to t

Re: [twitter-dev] Re: At Reply Spam

2011-05-06 Thread M. Edward (Ed) Borasky
It's an @reply spambot, pure and simple. There is no vetting of suggested users - it didn't take either me or Marshall Kirkpatrick long to find a tweeter that was not safe for work in @twittersuggests' stream. It's a bad idea - Twitter needs to quit screwing around with stuff like this and solve p

Re: [twitter-dev] At Reply Spam

2011-05-05 Thread M. Edward (Ed) Borasky
Twitter is supposed to be entertaining and informative. I don't know about all of you, but I got a good belly laugh from discovering this on Louis Gray's blog last night, following the links to some NSFW tweets and then reading the ReadWriteWeb post Marshall Kirkpatrick made on the subject. ;-) Ye

Re: [twitter-dev] Streaming API JSON Samples

2011-05-02 Thread M. Edward (Ed) Borasky
>From "sample" you will receive "delete" messages. From User Streams you will receive numerous types of events, as well as tweets and DMs. I haven't looked at the documentation recently, but last time I did Twitter was still reserving the right to "add" message types and recommended you have a code

[twitter-dev] Where is the RSS feed link on #newtwiiter?

2011-04-28 Thread M. Edward (Ed) Borasky
Maybe I'm just getting old, but I can't seem to find the link for my account's RSS feed on #newtwitter. Did it go away? Is that feed deprecated? It's right where it always was on the old Twitter. ;-) -- http://twitter.com/znmeb http://borasky-research.net "A mathematician is a device for turning

Re: [twitter-dev] Getting users' location

2011-04-27 Thread M. Edward (Ed) Borasky
On Wed, Apr 27, 2011 at 9:22 AM, Marcelo Jenisch wrote: > Hello everyone, > > I need to display the location of someone's followers in a map, so he > can see the distribution by country of his followers. > > I couldn't use the location, since it is just a text box where the > user can enter anythi

Re: [twitter-dev] Developer Relations and the Twitter Platform

2011-04-26 Thread M. Edward (Ed) Borasky
On Tue, Apr 26, 2011 at 10:53 AM, Adam Green <140...@gmail.com> wrote: > Welcome, Jason. Let me be the first, but certainly not the last to remind > you that many of us are not in the Bay area. Since airfares cost much less > with 30 days notice, please keep this in mind when announcing developer >

Re: [twitter-dev] @Anywhere JavaScript API Status?

2011-04-25 Thread M. Edward (Ed) Borasky
On Mon, Apr 25, 2011 at 1:18 PM, Taylor Singletary wrote: > Hi Dusty, > The Javascript API is still undocumented and unsupported -- the only > production-ready elements of @Anywhere that are officially supported are the > simple basics documented at http://dev.twitter.com/anywhere/begin -- there >

Re: [twitter-dev] Sitebucket: Python based, threaded Site Stream monitor

2011-04-24 Thread M. Edward (Ed) Borasky
HootCourse looks nice ... you'll probably end up changing the name, though, unless you've negotiated some terms with the HootSuite folks. ;-) On Sun, Apr 24, 2011 at 1:03 PM, Thomas wrote: > Hi everyone, > > I've been working on a Python based, threaded site stream monitor that > follows the requ

Re: [twitter-dev] Site Streams beta update

2011-04-19 Thread M. Edward (Ed) Borasky
On Tue, Apr 19, 2011 at 11:54 AM, Taylor Singletary wrote: > Site Streams does not support any of the > search/track features of the User Streams, so if your application requires > these capabilities, Site Streams may not be the right fit. Some developers > have asked for Site Streams access with

[twitter-dev] Atom API limits

2011-04-15 Thread Jose M Segovia
Hello I am working with Twitter Search and the Atom API and I'm having problems that I will not be solved. The application that I do is to perform content analysis (sociological research) It stores through RSS Atom all Tweets that are made ​​with a specific hastag in a MySQL database. The question

Re: [twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread M. Edward (Ed) Borasky
I don't see an answer here, but I'll tell you how *I* would go about implementing this: 1. Switch to the Streaming API. Using Search in an application puts a strain on Twitter's servers and makes it difficult to Twitter to manage capacity. That's why it's rate-limited and why the rate limits aren'

Re: [twitter-dev] #TrollWatcher API app.

2011-04-09 Thread M. Edward (Ed) Borasky
Uh ... what's the definition of "Troll" we are supposed to use? ;-) On Sat, Apr 9, 2011 at 4:30 PM, Quinn wrote: > Hello other Twitter Developers. > > The other day I had an idea for a little service to monitor trolls. > So some code was punched out to monitor a hash tag and the > #TrollWatcher

Re: [twitter-dev] Re: need twitter spam for a research project

2011-04-09 Thread M. Edward (Ed) Borasky
On Sat, Apr 9, 2011 at 2:13 AM, Jeff Tucker wrote: > Followers tweeting nonsense or just tweeting sentences that just don't > quite fit with reality is exactly what I'm hoping to identify. It's > easy enough to find a known spammer and block them, but my hope is to > identify a spam account befo

Re: [twitter-dev] Re: need twitter spam for a research project

2011-04-03 Thread M. Edward (Ed) Borasky
On Sun, 3 Apr 2011 21:34:54 -0700 (PDT), John Sheehan wrote: You can use my account as an example. I'm currently getting between 50 and 150 follow spams per day for the last 3 weeks. Here's a graph that demonstrates the 'attack' http://screencast.com/t/xl7zcgdYI If you have any other question

Re: [twitter-dev] need twitter spam for a research project

2011-04-03 Thread M. Edward (Ed) Borasky
On Sun, 3 Apr 2011 18:19:38 -0700 (PDT), Jeff Tucker wrote: I'm conducting a research project involving proactively identifying twitter spam accounts before they actually start spamming. I've observed that some spammers attempt to create tweets that look like they're a legitimate account prior

Re: [twitter-dev] Perl devs: new AutoCursor trait for Net::Twitter

2011-03-27 Thread M. Edward (Ed) Borasky
On Sun, 27 Mar 2011 16:14:10 -0700, Marc Mims wrote: If you're using Net::Twitter's friends_ids or follower_ids methods without a cursor parameter, an upcoming Twitter API change will break your code. I've added an AutoCursor trait (currently in a developer only release), to deal as transpare

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 19:58:58 +, hax0rsteve wrote: To pointlessly prolong the discussion - it being Friday :-) ... [snip] I guess what I'm getting at here is that any automated filtering system ultimately amounts to making value judgements on behalf of your users. That this fails quit

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 11:33:30 -0700, "M. Edward (Ed) Borasky" wrote: [snip] One other note - a tweet that contains multiple Trending Topics is nearly always spam. I haven't gathered any data, mostly because I'm too lazy to write the API call management / rate limit log

Re: [twitter-dev] Twitter followers in excel

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 14:10:36 +, Scott Wilcox wrote: Hello there, There is no method to do this straight from the API. What 'details' of each follower are you interested in having? Can you elaborate on why you're interested in having an export to excel if possible too. Scott. On 25 Mar

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 15:17:25 +, hax0rsteve wrote: I know a number of people who use twitter as a read only source of information (for instance they may follow only news outlets and celebrity tweeters) and therefore may have large follow counts with zero tweets. This may not be a use case

[twitter-dev] Re: 401 unauthorized

2011-03-23 Thread Gary M
Correction. Switching to HTTP does remove the issue, so I'm making that a configurable setting in our app as a temporary workaround. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: ht

[twitter-dev] Re: 401 unauthorized

2011-03-23 Thread Gary M
I'd like to add another confirmation of this issue. I am the lead developer for a commercial application that has started receiving reports of Twitter sign-in failures over the last couple days and I was able to reliably reproduce the 15-second workaround before I came across this thread. I'm u

Re: [twitter-dev] Re: Requesting increased access levels for Streaming API

2011-03-16 Thread M. Edward (Ed) Borasky
On Wed, 16 Mar 2011 09:10:13 -0700 (PDT), "Ryan Sarver (@rsarver)" wrote: Also as we stated before, you can use User Streams or Site Streams and get more data by getting more users to authorize your application. Ryan, it's not as simple as "getting more users to authorize your application.

Re: [twitter-dev] Re: consistency and ecosystem opportunities

2011-03-13 Thread M. Edward (Ed) Borasky
On Mon, 14 Mar 2011 01:32:27 +0530, Umashankar Das wrote: Relevance in  microblogging. Big opportunity but very difficult to define. Last i read, even google is stumped. Cheers Umashankar Das I don't think it's relevance that stumps Google so much as privacy. It's a lot of work for users to

Re: [twitter-dev] Re: consistency and ecosystem opportunities

2011-03-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Mar 2011 12:21:20 -0700 (PDT), Jef Poskanzer wrote: On my Android phone I have both the official Twitter client and Twidroid installed. If they had more or less the same functionailty and useability I would prefer to use the official client. However I only use Twidroid, because Twit

Re: [twitter-dev] Re: consistency and ecosystem opportunities

2011-03-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Mar 2011 11:49:45 -0700 (PDT), Dewald Pretorius wrote: I used to be counted in the 90% until they defaced Tweetie, sorry, Twitter for iPhone with that moronic #DickBar that shoves irrelevant nonsense in your face. It's like yelling at you, "I KNOW YOU DON'T WANT TO SEE THIS AND HAVE N

Re: [twitter-dev] consistency and ecosystem opportunities

2011-03-11 Thread M. Edward (Ed) Borasky
On Fri, 11 Mar 2011 13:18:24 -0700, Ryan Sarver wrote: THE OPPORTUNITY FOR DEVELOPERS Some key areas where ecosystem developers are thriving:  - PUBLISHER TOOLS.  Companies such as SocialFlow [2] help publishers optimize how they use Twitter, leading to increased user engagement and the produ

Re: [twitter-dev] Re: Apps that Site Hack

2011-02-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Feb 2011 11:16:54 +0100, Pascal Jürgens wrote: How about a competition to develop spam-detection algorithms :) Pascal I don't see VCs / angels funding that sort of thing, so there's not likely a market. -- http://twitter.com/znmeb http://borasky-research.net "A mathematician is

[twitter-dev] current response issues at Twitter.com?

2011-02-24 Thread M. Edward (Ed) Borasky
Is something happening? I'm seeing Loading Tweets seems to be taking a while. Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information. pretty regularly at the moment. Search, on the other hand, seems to be fine. -- http://twitte

Re: [twitter-dev] Streaming API access level limit

2011-02-24 Thread M. Edward (Ed) Borasky
On Thu, 24 Feb 2011 17:34:52 +0800, Chen Jack S Y wrote: Thanks, dude. My problem is still there though. When I try the streaming api with "curl" in command line, everything goes well and it tracks a few thousands of ids successfully. While using eventmachine (together with em-http-request) ru

Re: [twitter-dev] Seeing many "Woah there" errors on oauth/authenticate

2011-02-24 Thread M. Edward (Ed) Borasky
On Thu, 24 Feb 2011 09:41:34 -0800 (PST), Aaron Rankin wrote: Our users are reporting many sporadic "Woah there" errors on the oauth/ authenticate page, where the error says the token info was already used. We're forwarding our users to that page immediately after we get the token info. Is th

Re: [twitter-dev] Re: Streaming API vs. Search API: no API returns >95% of intented tweets

2011-02-15 Thread M. Edward (Ed) Borasky
On Tue, 15 Feb 2011 21:01:07 -0800, John Kalucki wrote: On every occasion where I've tested the Firehose and track terms from the Streaming API against the Tweet database and against each other, there is no loss -- all the sources match exactly. Unless there's some unusual operational instabili

Re: [twitter-dev] Jetwick Twitter Search

2011-02-15 Thread M. Edward (Ed) Borasky
On Tue, 15 Feb 2011 03:20:40 -0800 (PST), Karussell wrote: Hi there! Just a link to my open source twitter search (without noise) developed in my spare time: http://jetwick.com/ Regards, Peter. PS: Most of the features are listed here: http://www.pannous.info/products/jetwick-twitter-searc

Re: [twitter-dev] Re: should search and streaming apis return similar tweets for equivalent geolocation areas

2011-02-14 Thread M. Edward (Ed) Borasky
On Mon, 14 Feb 2011 11:33:54 -0800 (PST), Taylor Singletary wrote: The Search API is greedy with those location fields on user's profiles. It's not likely this behavior will be emulated in the Streaming API with the bright side that you can be more confident in the location accuracy in matches o

Re: [twitter-dev] Twitter Development platform - A Rant

2011-02-13 Thread M. Edward (Ed) Borasky
On Mon, 14 Feb 2011 01:21:29 -0500, Adam Green <140...@gmail.com> wrote: Good points. I think the basic confusion is the definition of developer. It could mean someone who builds a web or mobile app and tries to monetize it. That would be limited. I think it also means all the consultants and i

Re: [twitter-dev] Twitter Development platform - A Rant

2011-02-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Feb 2011 14:16:30 -0500, Adam Green <140...@gmail.com> wrote: Edward, I'm going to jump in on the partner issue, since that is my big point. I think you are thinking too small when you say " If you want to be a "partner" with Twitter, *you* are the one who needs to have something to of

Re: [twitter-dev] Twitter Development platform - A Rant

2011-02-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Feb 2011 12:18:11 -0600, "Andrew W. Donoho" wrote: It is clear from this thread that many developers made, perhaps unwisely, product plans based on Twitter's continued support for white listing. In my case as a client developer, the increase of my API count from 150/hour to 350/hour

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 17:07:36 -0500, Trevor Dean wrote: I agree, don't be so quick to judge. We have an opt-in based service and out clients have thousands of customers that explicitly say "yes send me direct messages". The information we send is requested by the end user and is not spam. So

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 16:28:43 -0500, Dossy Shiobara wrote: Indeed, if you figure someone can send a customized DM once per 15 seconds, and an hour at Turk costs you $0.05/hour, you can consume 250 DM's/day in 62.5 minutes - you're talking less than $0.10/day to have someone send DM's on Twitter

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 15:29:23 -0500, Dossy Shiobara wrote: It's an unfortunate reality, but for every one legitimate application of DM's, there's 100 projects being posted to rent-a-coder asking for an "auto DM script" ... As developers that use the Twtiter API, we're all collateral damage to

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 11:29:09 -0500, Brainewave Consulting wrote: On Feb 7, 2011, at 5:25 PM, M. Edward (Ed) Borasky wrote: On Mon, 07 Feb 2011 15:25:59 +0100, Tom van der Woerdt wrote: I'd prefer London or some other West-European city. I'm guessing it will be in SFO, given how c

Re: [twitter-dev] DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 14:46:33 -0500, Dossy Shiobara wrote: Any one Twitter account that sends >250 DM's in a 24 hour period is DOIN' IT RONG. DM spamming your followers is JUST NOT OK. Putting multiple Trending Topics on a tweet with porn links is not OK either, but that doesn't mean bots don

Re: [twitter-dev] Re: user stream api

2011-02-11 Thread M. Edward (Ed) Borasky
On Fri, 11 Feb 2011 13:25:07 -0500, Adam Green <140...@gmail.com> wrote: Be aware that the streaming API does not deliver everything you are tracking. In theory it delivers everything up to 1% of the total flow of tweets. In practice, I find that it delivers about 95% of the tweets that match you

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 18:46:46 -0800, Ryan Sarver wrote: Orian, You should definitely plan on working within 350/hr for the forseeable future. FWIW, we have watched #newtwitter usage and an average session uses between 80-120 rq/hr. Interesting - I had an incident last week where I was running

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 17:40:03 -0800, Matt Harris wrote: Hi Ian, For trends you might like to try our trends.api.twitter.com [1] server which hosts a cached copy of the trends information and is updated whenever the trends change. It should support your use case and we would be interested in any

Re: [twitter-dev] Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 15:11:09 -0800, Taylor Singletary wrote: Hi Ed, Some quick answers to a few specific points below: With authentication, whitelisting works at the junction of a user and an application. @znmeb using Twitter for iPhone has 350 requests per hour. @znmeb using YoruFukurou has 3

Re: [twitter-dev] Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 17:26:17 -0500, Adam Green <140...@gmail.com> wrote: Now the next step in opening up this marketplace is to create multiple resellers of Twitter API data, and let them compete on price. Giving Gnip a monopoly over this market makes no sense. Twitter's biggest problem is the h

Re: [twitter-dev] Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 13:43:30 -0800, Ryan Sarver wrote: Access to Twitter APIs scales as an application grows its userbase.  With authentication, an application can make 350 GET requests on a user’s behalf every hour. This means that for every user of your service, you can request their timelines

[twitter-dev] Promoted Trend Rollover Time?

2011-02-09 Thread M. Edward (Ed) Borasky
I live in the Pacific Time Zone, and I've noticed that Twitter's "Promoted Trend" rolls over to a new trend right about midnight my time. Is this a policy thing, or just a coincidence? And is it always midnight Pacific Time, or midnight in the viewer's time? -- http://twitter.com/znmeb http://

Re: [twitter-dev] Re: Twitter geocoords + gmap is erratic, why?

2011-02-09 Thread M. Edward (Ed) Borasky
On Wed, 9 Feb 2011 14:35:06 -0500, David Terranova wrote: Thanks for the tips Matt. The people using this system definitely send the tweet when they reach their final destination (they're run a food truck), and don't use wifi. They are using both iPhone and Android phones to send these tweets,

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-07 Thread M. Edward (Ed) Borasky
On Mon, 07 Feb 2011 15:25:59 +0100, Tom van der Woerdt wrote: I'd prefer London or some other West-European city. I'm guessing it will be in SFO, given how closely the Twitter team worked with the developers last year. They can't fly a few hundred folks to NYC or London. The question is *whe

Re: [twitter-dev] return count

2011-02-07 Thread M. Edward (Ed) Borasky
On Mon, 7 Feb 2011 10:02:17 -0800, Taylor Singletary wrote: Hi there, Still not much in the way of counting methods in the Twitter Search API. There are a few services out and about that do a decent job approximating such things. For instance, Topsy: http://corp.topsy.com/developers/api/ [1] @

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-06 Thread M. Edward (Ed) Borasky
On Sun, 6 Feb 2011 18:27:42 -0800 (PST), "Orian Marx (@orian)" wrote: Non-Twitter-employee developer headcount might be something they should still be concerned with too... That only matters for where they have Chirp ;-) On Feb 6, 3:50 pm, "M. Edward (Ed) Borasky" w

Re: [twitter-dev] Is there going to be another Chirp?

2011-02-06 Thread M. Edward (Ed) Borasky
On Sun, 6 Feb 2011 12:28:39 -0800, Abraham Williams <4bra...@gmail.com> wrote: How about some more state of the union events too. I thought they were going to be quarterly. Given the rumored growth rate of Twitter head count, I'd say they probably have more pressing priorities, like finding n

[twitter-dev] Is there going to be another Chirp?

2011-02-06 Thread M. Edward (Ed) Borasky
Maybe this is the wrong place to ask, but is there going to be another Chirp? If so, when and where? I'm making my conference plans for the year and pretty much know when everything is *except* Chirp! -- http://twitter.com/znmeb http://borasky-research.net "A mathematician is a device for turn

[twitter-dev] retween_count field type

2011-02-05 Thread Toby M
Hello, As far as I can tell in the documentation and the API announcement, the "retweet_count" field is supposed to be an integer. However for popular tweets the value is "100+" which is a string. I'm working around this now by parsing an integer out of the field so "100+" becomes 100. So, I thin

Re: [twitter-dev] Site Streams Beta Users

2011-02-05 Thread M. Edward (Ed) Borasky
On Sat, 5 Feb 2011 09:34:25 -0800, John Kalucki wrote: Please refrain from large-scale restarts of Site Streams connections during the Super Bowl. Routine operations and the resulting connection churn is not a problem. Rather, starts and stops of a large number of connections is a bit stressfu

Re: [twitter-dev] Minor glitch in Twitter's emails

2011-01-31 Thread M. Edward (Ed) Borasky
rs to be sure. I can forward the emails as attachments if someone gives me an email address. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris [1] On Mon, Jan 24, 2011 at 4:49 PM, M. Edward (Ed) Borasky wrote: I'm now getting multiple emails from Twitter

Re: [twitter-dev] Twitter spam checker on a distributed basis

2011-01-31 Thread M. Edward (Ed) Borasky
On Mon, 31 Jan 2011 06:18:58 -0500, "Dean Collins" wrote: Ok I'm drowning here, I've given up trying to manually block all the people on twitter sending me spam and I don't think that TrueTwit is really the solution. What we really need is a distributed system like Spam Assassin where when enou

Re: [twitter-dev] registering twitter application

2011-01-25 Thread M. Edward (Ed) Borasky
On Tue, 25 Jan 2011 11:54:33 -0800, Taylor Singletary wrote: When you're just starting out, feel free to put anything you like that can be interpreted as a valid, non-twitter.com [1] URL. Perhaps to your Geocities homepage, Uh ... you must not have gotten the tweet about Geocities ;-) -- ht

[twitter-dev] Minor glitch in Twitter's emails

2011-01-24 Thread M. Edward (Ed) Borasky
I'm now getting multiple emails from Twitter sometimes when someone follows me or sends me a direct message. This is only a minor annoyance - I'm sure you have more urgent issues to worry about. But I did want you to know it's happening. ;-) -- http://twitter.com/znmeb http://borasky-research.

Re: [twitter-dev] Location-based search is returning tweets that should not be included (again)

2011-01-21 Thread M. Edward (Ed) Borasky
On Fri, 21 Jan 2011 12:37:18 -0800 (PST), "@IDisposable" wrote: In response to this query: http://search.twitter.com/search.atom?rpp=100&geocode=38.627522%2C-90.19841%2C30mi&since_id=28525950136229890 I get tweets like this: http://api.twitter.com/1/statuses/show/28525953676218368.json We're t

Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread M. Edward (Ed) Borasky
On Tue, 18 Jan 2011 12:14:41 -0800, Matt Harris wrote: Hey everyone, Starting today we will be streaming unfollow events through Site Streams. These events are being streamed to allow you to keep the social graph of your users current without the need to query the REST API.   We require that y

Re: [twitter-dev] Whitelisted on Twitter

2011-01-18 Thread M. Edward (Ed) Borasky
On Mon, 17 Jan 2011 10:57:07 -0800 (PST), Mike Jodon wrote: Hey guys We're integrating Twitter into our project, and after looking into whitelisting, it looks like the max calls an hour is 20,000. While that MIGHT be enough for us, we're worried that we will come to close to that number during

Re: [twitter-dev] user streams example

2011-01-13 Thread M. Edward (Ed) Borasky
On Thu, 13 Jan 2011 16:10:13 -0800 (PST), jhollingworth wrote: Hi, I've been looking around but have so far been unable to find any code examples of using user streams (http://dev.twitter.com/pages/ user_streams). I might just be being a little dumb but i've had a look at a few libraries in d

Re: [twitter-dev] Re: ~25% loss rate Streaming API vs. Search API

2011-01-09 Thread M. Edward (Ed) Borasky
On Sun, 9 Jan 2011 14:29:12 -0800 (PST), Brian Maso wrote: What I did is opened up three separate normal browser tabs in Firefox, each using the Twitter search web interface to search for three different hashtags ("#ces", "ces11", and "nfl" -- examples of three tags that should have decent ongo

Re: [twitter-dev] Exposing IP addresses for legal threats

2011-01-04 Thread M. Edward (Ed) Borasky
On Tue, 4 Jan 2011 14:49:59 +, Scott Wilcox wrote: > No, there is no API methods to access IP addresses for tweets. I'd suggest > contacting local law enforcement and taking it from there. Actually, if the victim can afford it, I'd suggest seeing an attorney before contacting law enforcement.

Re: [twitter-dev] Help!! please. How to collect old data by Twitter API

2010-12-24 Thread M. Edward (Ed) Borasky
On Fri, 24 Dec 2010 18:53:12 +0100, Tom van der Woerdt wrote: > I'll be simple: you can't achieve this with the Twitter API. > > Maybe other APIs can help you, but I don't know one. > > Tom There are some services that have indexed tweets for more than Twitter's default of seven days. I don't r

Re: [twitter-dev] How to access to friendship data of twitter users

2010-12-22 Thread Shannon M. Rush
Maybe these calls would be a good start for you: http://dev.twitter.com/doc/get/friends/ids http://dev.twitter.com/doc/get/followers/ids Shannon On Wed, Dec 22, 2010 at 7:31 AM, Xintao Liu wrote: > Hello! > > If I want to access all of the friendship data of twitter users, i.e. > how twitter u

Re: [twitter-dev] t.co Posting Questions

2010-12-20 Thread M. Edward (Ed) Borasky
On Mon, 20 Dec 2010 10:21:32 -0800, "David E. Wheeler" wrote: > On Dec 20, 2010, at 4:16 AM, Emil Tullstedt wrote: > >> As for bit.ly, there is an API for bit.ly which aids you in using >> URL-shortening until t.co is finished.. > > Yeah, but it's rate-limited. I'm using http://s.coop/ for now.

Re: [twitter-dev] blocked users

2010-12-20 Thread Shannon M. Rush
Is this what you are looking for? http://dev.twitter.com/doc/get/blocks/blocking Shannon On Mon, Dec 20, 2010 at 11:05 AM, Dean Collins wrote: > Is blocked users available from the API? Eg if I block a user from the > browser is this action viewable from another application via the API? > > >

Re: [twitter-dev] Storing twitter stream public timeline, conversations and hashtag search!

2010-12-19 Thread M. Edward (Ed) Borasky
On Sun, 19 Dec 2010 13:19:03 -0800 (PST), imbenzene wrote: > Myself an 2nd year undergrad and I am running a minor research project on > twitter analysis. > I need to urgently* collect tweet streams for certain users and streams by > searching hashtags*. I am completely neo in this development s

Re: [twitter-dev] Site stream unfollow event

2010-12-18 Thread M. Edward (Ed) Borasky
On Sat, 18 Dec 2010 07:25:55 -0800, John Kalucki wrote: > We'd like to help developers maintain a local copy of their authorized > users' followings -- the accounts that their users follow. We hope to > enable > a feature that will make this easier in early 2011. > > We're not particularly intere

Re: [twitter-dev] Chrome/Chromium vs. Firefox for Promoted Trends and Accounts

2010-12-17 Thread M. Edward (Ed) Borasky
On Fri, 17 Dec 2010 11:33:46 -0800, "M. Edward (Ed) Borasky" wrote: > I just noticed something last night - when I browse Twitter with Firefox > 3.6.12, I see the Promoted Trends and Promoted Accounts. But when I browse > with Chrome 10.0.612.1 dev I don't. This may be som

[twitter-dev] Chrome/Chromium vs. Firefox for Promoted Trends and Accounts

2010-12-17 Thread M. Edward (Ed) Borasky
I just noticed something last night - when I browse Twitter with Firefox 3.6.12, I see the Promoted Trends and Promoted Accounts. But when I browse with Chrome 10.0.612.1 dev I don't. This may be some ad blocker setting - I haven't dug into that yet. But is there a generic reason why I wouldn't see

[twitter-dev] Usage of site streams in production projects.

2010-12-16 Thread ||M||
Hi, Maybe this question is asked before but I was unable to find it in the post history. At the moment we are developing an application that needs to get the timelines of many users in real time. The are many possibilities to create this solution but I think twitters site stream API looks like th

[twitter-dev] Mulitple Trending Topic Spam

2010-12-15 Thread M. Edward (Ed) Borasky
How difficult would it be to modify the Search response to a search for a Trending Topic so it returned tweets that only matched the searched-for topic? In other words, if a tweet matches more than one Trending Topic, don't show it in the search. -- http://twitter.com/znmeb http://borasky-researc

Re: [twitter-dev] XML disabled on Streaming API

2010-12-06 Thread M. Edward (Ed) Borasky
Quoting John Kalucki : As previously announced, XML has been disabled on the Streaming API. The few remaining consumers should move to JSON, and bid the year 2003 adieu. Sigh ... anyone want to buy a used but serviceable 56K modem? ;-) -- M. Edward (Ed) Borasky http://borasky-research.net

Re: [twitter-dev] Photo Upload

2010-12-06 Thread Guilherme A M Ferreira
piece of the Twitter API for you will be the > status update posting API, which will allow you to create tweets with links > pointing to photos hosted on your servers -- the Twitter API doesn't provide > any means to attach an image directly with a tweet. > > Taylor > >

[twitter-dev] Photo Upload

2010-12-06 Thread Guilherme A M Ferreira
Guys, I am new at Twitter API and I've been reading the API doc to figure out how it works. What brought me here is a customer's requirement that I would like you to help me on. A promotion will happen based on Twitter where customers that follows my customer's user will have to send photos like T

Re: [twitter-dev] whitelist Approval refusal!!!!

2010-12-02 Thread M. Edward (Ed) Borasky
This looks like something you could implement using the Streaming API, using REST and Search to fill in the missing pieces. If you're working in PHP, have a look at Adam Green's open source library at http://140dev.com/free-twitter-api-source-code-library/ and the Phirehose libra

Re: [twitter-dev] Differences between "trends" and "trends/current"??

2010-11-30 Thread M. Edward (Ed) Borasky
Thanks!! I'm also looking at the local trends API - there seems to be a world-wide endpoint there (WOEID=1) and the documentation there indicates that there's a caching frequency of five minutes. So that's probably what I'll go with. -- M. Edward (Ed) Borasky http://

[twitter-dev] Differences between "trends" and "trends/current"??

2010-11-29 Thread M. Edward (Ed) Borasky
t". Is this just a documentation glitch, or is the "new" format from "GET trends/current" an undocumented feature that might disappear? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee i

Re: [twitter-dev] Getting tweets from users following a particular user

2010-11-29 Thread M. Edward (Ed) Borasky
an do it with the "follow" parameter either on the "filter" Streaming endpoint or on User Streams. Over 5000, you will need to get "elevated access" via Gnip. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathemati

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

2010-11-26 Thread M. Edward (Ed) Borasky
and crowdsourced block / report, eventually they'd get taken out. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee into theorems." - Paul Erdos Quoting Adam Green <140...@gmail.com>: As long as

Re: [twitter-dev] Re: Date format changed on DMs?

2010-11-23 Thread M. Edward (Ed) Borasky
There's a third date format for tweets returned by the Search API. Time for me to check my parsers again. There's a Perl module that will literally parse any imaginable date format, but it's hopelessly slow for the kind of volume Twitter delivers. -- M. Edward (Ed) Borasky

Re: [twitter-dev] historic trend data > 10 days old

2010-11-22 Thread M. Edward (Ed) Borasky
for a shuttle launch - only if something goes wrong do people look at the past. And mobile / iPad / "places" is going to make it even more real-time. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee into the

Re: [twitter-dev] Twitter + Gnip Partnership

2010-11-22 Thread M. Edward (Ed) Borasky
at a different rate, exclusive-or b. Twitter has changed the proportion of Firehose being sent to Spritzer? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee into theorems." - Paul Erdos -- Twitter developer do

Re: [twitter-dev] Twitter + Gnip Partnership

2010-11-21 Thread M. Edward (Ed) Borasky
development with these free APIs, available at http://dev.twitter.com/pages/streaming_api. Is "Spritzer" still 1% of the Firehose? Since the status IDs are no longer sequential, the previous "obvious" sampling algorithm - "status ID mod 100 == 0" - no longer will work.

Re: [twitter-dev] Help needed - using data to create a spreadsheet with user characteristics

2010-11-20 Thread M. Edward (Ed) Borasky
aster/SMART-at-znmeb/Desktop/Demos/ -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee into theorems." - Paul Erdos Quoting rogerdodger : Hi folks - I'm a user rather than a developer so not even sure I sho

Re: [twitter-dev] Re: Failed to validate oauth signature and token

2010-11-19 Thread M. Edward (Ed) Borasky
inux and Windows, but you do need an Internet connection to the outside world, so the firewall folks need to be involved and you have to make sure your server-side NTP software is kept up to date on security patches. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-18 Thread M. Edward (Ed) Borasky
better is possible. Perhaps Gnip will be able to supply 99.9% or 99.99%. They've certainly got the infrastructure, according to Pete Warden's writeup in RWW (http://www.readwriteweb.com/hack/2010/11/why-is-twitter-partnering-with-gnip.php) I wouldn't bet on five nines, though.

Re: [twitter-dev] Re: Twitter + Gnip Partnership

2010-11-17 Thread M. Edward (Ed) Borasky
#x27;m not sure how that's working out in "Murdoch vs. Google", but at least it's been examined. ;-) For that matter, some "news organizations" have imposed strict rules on how and when they may "use" Twitter. -- M. Edward (Ed) Borasky http://borasky-resea

Re: [twitter-dev] Re: Twitter + Gnip Partnership

2010-11-17 Thread M. Edward (Ed) Borasky
s. The sales cycle for social media monitoring tools is long and arduous, and, IMHO, Facebook, Flickr and YouTube data are immensely richer and easier for marketers to explore and exploit than Twitter data. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb &qu

  1   2   3   4   5   6   >