[twitter-dev] Re: Exception while using count parameter of streaming api

2010-11-08 Thread revati choudhari
count and track together. -John Kaluckihttp://twitter.com/jkalucki Twitter, Inc On Fri, Nov 5, 2010 at 9:41 AM, revati choudhari revati.choudh...@gmail.com wrote: Thanks for your reply. Actually I have the Shadow access level, which means that I should be able to use the count parameter

[twitter-dev] Re: Exception while using count parameter of streaming api

2010-11-05 Thread revati choudhari
that the last status was received. Upon a reconnect, the client can then estimate the appropriate backlog to request. *Note that the count parameter is not allowed elsewhere*, including track, sample and on the default access role. Taylor On Tue, Nov 2, 2010 at 10:14 AM, revati choudhari

[twitter-dev] Exception while using count parameter of streaming api

2010-11-02 Thread revati choudhari
I am doing a project on twitter sentiment analysis, and I was trying to pull previous statuses using the count parameter. Here is the code: inputConfig.Parameters = track= + FilterParametersTbx.Text + count=10; I was granted the shadow access level by twitter yesterday, which means I can use the