Re: [twitter-dev] User Stream's API usage

2010-04-15 Thread Isaiah Carew

Any chance on getting access to a beta of these from outside chirp?  I had to 
come home this afternoon and didn't get to play too much while i was there, but 
would be really interested in playing more.  I understand it's not ready for 
roll out.  Just looking to start the development process.

isaiah
http://twitter.com/isaiah

On Apr 14, 2010, at 9:26 PM, John Kalucki wrote:

 I should have encouraged folks to understand the Streaming API first. You can 
 read up on all the details here: 
 http://apiwiki.twitter.com/Streaming-API-Documentation
 
 But, for a prototype, just dive right in.
 
 -John
 
 
 
 On Wed, Apr 14, 2010 at 9:15 PM, Mark McBride mmcbr...@twitter.com wrote:
 Some sample APIs...
 
 curl -uyouruser:yourpass http://chirpstream.twitter.com/2b/user.json
 
 Will give you a stream of your home timeline, social activity from your 
 friends, and direct messages.
 
 curl -uyouruser:yourpass 
 http://chirpstream.twitter.com/2b/user.json?track=#chirp;
 
 Will give you all of the above, plus any tweets matching #chirp
 
 Does that clear it up?  If not, I'm currently near The Coop.
 
   ---Mark
 
 http://twitter.com/mccv
 
 
 
 On Wed, Apr 14, 2010 at 6:37 PM, Kovas Boguts kovas.bog...@gmail.com wrote:
 Hi,
 
 Is there any description of how to use this? I don't understand how to use 
 track with this or what is generally available for hack day. Thanks!
 
 
 On Apr 14, 2010, at 4:17 PM, John Kalucki j...@twitter.com wrote:
 
 Email me your account name. You are in, but not getting data. Also, is this 
 account following anyone?
 
 Typos by iPhone.
 
 
 On Apr 14, 2010, at 4:11 PM, Jud jvale...@gmail.com wrote:
 
 I'm in the chrip conference IP address range, but
 http://chirpstream.twitter.com/2b/user.json usage isn't clear.
 
 - the follow predicate in a POST doesn't work (should it?)
 - track as a predicate gets accepted, but no data comes through (I get
 a single '{friends:[]}', but that's it)
 - am I supposed to be tracking userids or names or keywords?
 
 is the resource simply not turned on until later at/on the hackathon's
 network?
 
 
 -- 
 To unsubscribe, reply using remove me as the subject.
 
 



Re: [twitter-dev] User Stream's API usage

2010-04-15 Thread John Kalucki
Once the conference is over, we'll open the preview up to developers
everywhere. A few more hours to go...

-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.


On Thu, Apr 15, 2010 at 3:49 PM, Isaiah Carew isa...@me.com wrote:


 Any chance on getting access to a beta of these from outside chirp?  I had
 to come home this afternoon and didn't get to play too much while i was
 there, but would be really interested in playing more.  I understand it's
 not ready for roll out.  Just looking to start the development process.

 isaiah
 http://twitter.com/isaiah

 On Apr 14, 2010, at 9:26 PM, John Kalucki wrote:

 I should have encouraged folks to understand the Streaming API first. You
 can read up on all the details here:
 http://apiwiki.twitter.com/Streaming-API-Documentation

 But, for a prototype, just dive right in.

 -John



 On Wed, Apr 14, 2010 at 9:15 PM, Mark McBride mmcbr...@twitter.comwrote:

 Some sample APIs...

 curl -uyouruser:yourpass 
 http://chirpstream.twitter.com/2b/user.jsohttp://chirpstream.twitter.com/2b/user.json
 n

 Will give you a stream of your home timeline, social activity from your
 friends, and direct messages.

 curl -uyouruser:yourpass 
 http://chirpstream.twitter.com/2b/user.jsohttp://chirpstream.twitter.com/2b/user.json
 n?track=#chirp

 Will give you all of the above, plus any tweets matching #chirp

 Does that clear it up?  If not, I'm currently near The Coop.

   ---Mark

 http://twitter.com/mccv



 On Wed, Apr 14, 2010 at 6:37 PM, Kovas Boguts kovas.bog...@gmail.comwrote:

 Hi,

 Is there any description of how to use this? I don't understand how to
 use track with this or what is generally available for hack day. Thanks!


 On Apr 14, 2010, at 4:17 PM, John Kalucki j...@twitter.com wrote:

  Email me your account name. You are in, but not getting data. Also, is
 this account following anyone?

 Typos by iPhone.


 On Apr 14, 2010, at 4:11 PM, Jud jvale...@gmail.com wrote:

  I'm in the chrip conference IP address range, but
 http://chirpstream.twitter.com/2b/user.json usage isn't clear.

 - the follow predicate in a POST doesn't work (should it?)
 - track as a predicate gets accepted, but no data comes through (I get
 a single '{friends:[]}', but that's it)
 - am I supposed to be tracking userids or names or keywords?

 is the resource simply not turned on until later at/on the hackathon's
 network?


 --
 To unsubscribe, reply using remove me as the subject.







[twitter-dev] User Stream's API usage

2010-04-14 Thread Jud
I'm in the chrip conference IP address range, but
http://chirpstream.twitter.com/2b/user.json usage isn't clear.

- the follow predicate in a POST doesn't work (should it?)
- track as a predicate gets accepted, but no data comes through (I get
a single '{friends:[]}', but that's it)
- am I supposed to be tracking userids or names or keywords?

is the resource simply not turned on until later at/on the hackathon's
network?


-- 
To unsubscribe, reply using remove me as the subject.


Re: [twitter-dev] User Stream's API usage

2010-04-14 Thread John Kalucki
Email me your account name. You are in, but not getting data. Also, is  
this account following anyone?


Typos by iPhone.


On Apr 14, 2010, at 4:11 PM, Jud jvale...@gmail.com wrote:


I'm in the chrip conference IP address range, but
http://chirpstream.twitter.com/2b/user.json usage isn't clear.

- the follow predicate in a POST doesn't work (should it?)
- track as a predicate gets accepted, but no data comes through (I get
a single '{friends:[]}', but that's it)
- am I supposed to be tracking userids or names or keywords?

is the resource simply not turned on until later at/on the hackathon's
network?


--
To unsubscribe, reply using remove me as the subject.


Re: [twitter-dev] User Stream's API usage

2010-04-14 Thread Kovas Boguts

Hi,

Is there any description of how to use this? I don't understand how to  
use track with this or what is generally available for hack day. Thanks!


On Apr 14, 2010, at 4:17 PM, John Kalucki j...@twitter.com wrote:

Email me your account name. You are in, but not getting data. Also,  
is this account following anyone?


Typos by iPhone.


On Apr 14, 2010, at 4:11 PM, Jud jvale...@gmail.com wrote:


I'm in the chrip conference IP address range, but
http://chirpstream.twitter.com/2b/user.json usage isn't clear.

- the follow predicate in a POST doesn't work (should it?)
- track as a predicate gets accepted, but no data comes through (I  
get

a single '{friends:[]}', but that's it)
- am I supposed to be tracking userids or names or keywords?

is the resource simply not turned on until later at/on the  
hackathon's

network?


--
To unsubscribe, reply using remove me as the subject.


Re: [twitter-dev] User Stream's API usage

2010-04-14 Thread Mark McBride
Some sample APIs...

curl -uyouruser:yourpass
http://chirpstream.twitter.com/2b/user.jsohttp://chirpstream.twitter.com/2b/user.json
n

Will give you a stream of your home timeline, social activity from your
friends, and direct messages.

curl -uyouruser:yourpass
http://chirpstream.twitter.com/2b/user.jsohttp://chirpstream.twitter.com/2b/user.json
n?track=#chirp

Will give you all of the above, plus any tweets matching #chirp

Does that clear it up?  If not, I'm currently near The Coop.

  ---Mark

http://twitter.com/mccv


On Wed, Apr 14, 2010 at 6:37 PM, Kovas Boguts kovas.bog...@gmail.comwrote:

 Hi,

 Is there any description of how to use this? I don't understand how to use
 track with this or what is generally available for hack day. Thanks!


 On Apr 14, 2010, at 4:17 PM, John Kalucki j...@twitter.com wrote:

  Email me your account name. You are in, but not getting data. Also, is
 this account following anyone?

 Typos by iPhone.


 On Apr 14, 2010, at 4:11 PM, Jud jvale...@gmail.com wrote:

  I'm in the chrip conference IP address range, but
 http://chirpstream.twitter.com/2b/user.json usage isn't clear.

 - the follow predicate in a POST doesn't work (should it?)
 - track as a predicate gets accepted, but no data comes through (I get
 a single '{friends:[]}', but that's it)
 - am I supposed to be tracking userids or names or keywords?

 is the resource simply not turned on until later at/on the hackathon's
 network?


 --
 To unsubscribe, reply using remove me as the subject.




Re: [twitter-dev] User Stream's API usage

2010-04-14 Thread John Kalucki
I should have encouraged folks to understand the Streaming API first. You
can read up on all the details here:
http://apiwiki.twitter.com/Streaming-API-Documentation

But, for a prototype, just dive right in.

-John



On Wed, Apr 14, 2010 at 9:15 PM, Mark McBride mmcbr...@twitter.com wrote:

 Some sample APIs...

 curl -uyouruser:yourpass 
 http://chirpstream.twitter.com/2b/user.jsohttp://chirpstream.twitter.com/2b/user.json
 n

 Will give you a stream of your home timeline, social activity from your
 friends, and direct messages.

 curl -uyouruser:yourpass 
 http://chirpstream.twitter.com/2b/user.jsohttp://chirpstream.twitter.com/2b/user.json
 n?track=#chirp

 Will give you all of the above, plus any tweets matching #chirp

 Does that clear it up?  If not, I'm currently near The Coop.

   ---Mark

 http://twitter.com/mccv



 On Wed, Apr 14, 2010 at 6:37 PM, Kovas Boguts kovas.bog...@gmail.comwrote:

 Hi,

 Is there any description of how to use this? I don't understand how to use
 track with this or what is generally available for hack day. Thanks!


 On Apr 14, 2010, at 4:17 PM, John Kalucki j...@twitter.com wrote:

  Email me your account name. You are in, but not getting data. Also, is
 this account following anyone?

 Typos by iPhone.


 On Apr 14, 2010, at 4:11 PM, Jud jvale...@gmail.com wrote:

  I'm in the chrip conference IP address range, but
 http://chirpstream.twitter.com/2b/user.json usage isn't clear.

 - the follow predicate in a POST doesn't work (should it?)
 - track as a predicate gets accepted, but no data comes through (I get
 a single '{friends:[]}', but that's it)
 - am I supposed to be tracking userids or names or keywords?

 is the resource simply not turned on until later at/on the hackathon's
 network?


 --
 To unsubscribe, reply using remove me as the subject.