[twitter-dev] streaming api - track - whitelisting for 10,000 keywords

2010-07-02 Thread Peter Denton
Hello, Can someone point me to the right location for increasing streaming api, track keywords limit? Thanks Peter

[twitter-dev] why i can not connect to api.twitter.com??

2010-07-02 Thread Ron
yeap, yesterday night i found that i can not connect to the api host.. anyone has any idea??? i implement oauth protocol by myself in symbian. then, one more question: what can i do when i got the PIN code? set as parammeter 'oauth_verifier' in basestring before signature? if i do so, just made a

[twitter-dev] Streaming stocktwits

2010-07-02 Thread Lumpizaver
Hey! I would like to ask you if you know what is the easiest way to stream all twits that appear on http://stocktwits.com/streams/all into my application. I am creating some kind of a personal twitter application in which you can make notes on users and twits, you can add users to favorites, you

[twitter-dev] Twitter Post Problem

2010-07-02 Thread Chandrashekhar
Dear Reader, I am posting data on to the twitter account by asp.net application using twitter wrapper classes. Whenever I post data with any URL twitter automatically executes/ invoke that url during posting process. I dont want to invoke posted data content URL by twitter. Any idea to avoid

Re: [twitter-dev] Streaming stocktwits

2010-07-02 Thread John Kalucki
There are only 19682 (27^3 - 1) possible three letter stock quotes. You could use the trackRestricted elevated access role on the Streaming API to grab them all. FWIW: They are tweets. A twit is something else. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Jul

[twitter-dev] Re: Streaming stocktwits

2010-07-02 Thread Jef Poskanzer
On Jul 2, 6:59 am, John Kalucki j...@twitter.com wrote: FWIW: They are tweets. A twit is something else. So why isn't the company app called Tweeter?

[twitter-dev] Re: batch requests

2010-07-02 Thread Kyle Bragger
Ha, didn't know that existed. It's giving me a 404 when I try to access it, though. All other API calls are working normally. Thanks Kyle On Jul 1, 4:29 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Kyle, There are few bulk operations available with the Twitter API today, but

[twitter-dev] Re: batch requests

2010-07-02 Thread Kyle Bragger
Interesting, thank you. I think users/lookup might be right up my alley, though. On Jul 1, 4:31 pm, Robert Van Dam rvanda...@gmail.com wrote: http://dev.twitter.com/doc/get/statuses/friends is also useful if your just looking up friends. It will give you 100 at a time and you can use the

[twitter-dev] Re: Twitter Post Problem

2010-07-02 Thread @epc
On Jul 2, 6:34 am, Chandrashekhar cpmah...@gmail.com wrote: Whenever I post data with any URL twitter automatically executes/ invoke that url during posting process. I dont want to invoke posted data content URL by twitter. Then you should not post those URLs to twitter. Any URL posted to

Re: [twitter-dev] streaming api - track - whitelisting for 10,000 keywords

2010-07-02 Thread Peter Denton
Thanks Taylor and John. On Fri, Jul 2, 2010 at 7:03 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Peter, First, make sure that you've used this form acquire garden hose access: https://twitter.com/help/request_streaming Second, send an email to a...@twitter.com from the

RE: [twitter-dev] Re: Twitter Post Problem

2010-07-02 Thread Dean Collins
Lol yep, our www.LiveWorldCupChat.com server gets hit up whenever a CHurl is posted about 10-20 times. Anyone know of someone building a list of ip addresses/bot names that can safely ignored etc? That would be something I'd pay to subscribe to. Cheers, Dean -Original Message-

Re: [twitter-dev] Streaming stocktwits

2010-07-02 Thread M. Edward (Ed) Borasky
Quoting John Kalucki j...@twitter.com: There are only 19682 (27^3 - 1) possible three letter stock quotes. You could use the trackRestricted elevated access role on the Streaming API to grab them all. Uh ... that takes care of the NYSE. But NASDAQ symbols are four letters, and then there's

Re: [twitter-dev] Re: Streaming stocktwits

2010-07-02 Thread M. Edward (Ed) Borasky
Quoting Jef Poskanzer jef.poskan...@gmail.com: On Jul 2, 6:59 am, John Kalucki j...@twitter.com wrote: FWIW: They are tweets. A twit is something else. So why isn't the company app called Tweeter? Same reason Greenpeace is protecting the Fail Whale. ;-)

[twitter-dev] Re: 413 Request Entity Too Large for Direct Message

2010-07-02 Thread El Greg
Thanks, Taylor. Turns out I was being a bit of an idiot and not including the POST parameters correctly in my curl request. Apparently the error when you POST to a signed URL without any POST data is this 413 business. Thanks again for the reply, Greg On Jun 16, 4:49 pm, Taylor Singletary

[twitter-dev] User streams questions

2010-07-02 Thread M. Edward (Ed) Borasky
1. If I track both keywords and locations on a user streams connection, do I get all of the tweets that are keyword matches AND are within the location bounding boxes, or do I get all of the tweets that are keyword matches OR are within the location bounding boxes? 2. If it's AND, how

[twitter-dev] Widget to follow a particular user

2010-07-02 Thread LansyJ
hi guys, I am promoting a site (www.cashpax.com). Today, I have placed an icon which the user needs to click to be taken to the twitter page of cashpax.com. Once there, he can click the link to follow us. I want to reduce this process to a single click...something similar to the like feature on

[twitter-dev] Farsi Twitter App

2010-07-02 Thread Lucas Vickers
Hello, I am trying to create an app that will show tweets and trends in Farsi, for native speakers. I would like to somehow get a sample 'garden hose' of Farsi based tweets, but I am unable to come up with an elegant solution. I see the following options: - Sample all tweets, and run a

Re: [twitter-dev] US Location Stream

2010-07-02 Thread John Kalucki
Hi James, Nope. Even if we allowed all the bounding boxes to cover the US, you'd only get the tweets that are geo-tagged, which isn't a large proportion. -John On Fri, Jul 2, 2010 at 3:55 PM, James Kim ja...@keytweet.com wrote: Hi all, I'm trying to capture all the tweets originating from

Re: [twitter-dev] US Location Stream

2010-07-02 Thread James Kim
Hi John, Thanks for the quick reply. Is there a way to exclude non-english tweets from the stream like the search api does? On Fri, Jul 2, 2010 at 4:03 PM, John Kalucki j...@twitter.com wrote: Hi James, Nope. Even if we allowed all the bounding boxes to cover the US, you'd only get the

Re: [twitter-dev] US Location Stream

2010-07-02 Thread John Kalucki
Nope. I'd like to get a language tag in both the tweet and on the user, but it's a lower priority item. On Fri, Jul 2, 2010 at 4:26 PM, James Kim ja...@keytweet.com wrote: Hi John, Thanks for the quick reply. Is there a way to exclude non-english tweets from the stream like the search api

[twitter-dev] Included Entities and Foursquare...

2010-07-02 Thread Andrew W. Donoho
Gentlefolk, Included entities do not appear in every tweet in a home timeline query. The below JSON was returned in a home timeline call with 200 other tweets all of whom had the entities dictionary. My hypothesis is that this is correlated with each of the below statuses having

[twitter-dev] Problems getting Chrome extension getting oauth_token

2010-07-02 Thread Daniel
So, I thought I'd learn a bit about Chrome extension development by making a small extension that just needs to send to Twitter. Funny thing is, Chrome extensions aren't hard, getting OAuth to work is. I got the oauth.js library linked from the OAuth.net site and tried setting it up

[twitter-dev] lists limit whitelisting?

2010-07-02 Thread Peter Denton
Hello, Is it possible to get whitelisted for lists? I see you can only do 20 lists, via API documentation, but when looking at http://media.twitter.com/ and the Huffington Post article, clearly they have massive amounts of lists. Thanks Peter