[twitter-dev] filter stream with follow predicate

2010-05-12 Thread Alam Sher
Is filter stream working fine with follow predicate. My application is keep resetting the connection again and again and even on curl connection drops just after it is created. Thanks, Alam Sher

Re: [twitter-dev] Logical AND supported in streaming API filter endpoint

2010-04-20 Thread Alam Sher
I love you guys. You did it ... That has increased the Streaming usability to some 1000 times. Thanks in million ways, Alam Sher On Tue, Apr 20, 2010 at 10:03 AM, M. Edward (Ed) Borasky zn...@comcast.netwrote: On 04/19/2010 04:39 PM, Mark McBride wrote: To date the streaming API has only

Re: [twitter-dev] Upcoming changes to the way status IDs are sequenced

2010-03-26 Thread Alam Sher
Yup, I am using since_id as well in my application to perform various sequential tasks. Hopefully new id generation scheme will have this parameter support using some alternatives at least. Alam Sher On Sat, Mar 27, 2010 at 1:48 AM, Brian Smith br...@briansmith.org wrote: Any app that pages

Re: [twitter-dev] stream api---count parameter

2010-03-25 Thread Alam Sher
Sorry to hijack the thread at this point. But I would also like to know how does +ve and -ve count values affect the history browsing. Alam Sher On Thu, Mar 25, 2010 at 9:43 PM, Mark McBride mmcbr...@twitter.com wrote: For the streaming API, the count parameter indicates how many statuses back

Re: [twitter-dev] Twitter API Request to Get the List of Friends Who have not followed you back

2010-03-10 Thread Alam Sher
on interface. Is that difficult? Not at all. Some client side programming is needed only. Cheers, Alam Sher On Tue, Mar 9, 2010 at 8:46 PM, Dean Collins d...@cognation.net wrote: www.mypostbutler.com does that, basically in the unfollow feature it separates out who follows you back or not you

Re: [twitter-dev] retweets_of_me

2010-02-27 Thread Alam Sher
Thanks Abraham ... On Fri, Feb 26, 2010 at 11:49 PM, Abraham Williams 4bra...@gmail.comwrote: Have a look at: http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-retweets Abraham On Fri, Feb 26, 2010 at 03:10, Alam Sher alamshe...@gmail.com wrote: Hi, statuses

Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-27 Thread Alam Sher
Okay, great. When we say a default access account or elevated access is TOO FULL. Does that mean, we have started getting rate limit messages in stream? Or it is something else? Thanks, Alam Sher On Sat, Feb 27, 2010 at 2:31 AM, John Kalucki j...@twitter.com wrote: The elevated access

[twitter-dev] retweets_of_me

2010-02-26 Thread Alam Sher
Hi, statuses/retweets_of_me.json returns me the tweets of mine that were retweeted. How to get the information that Who actually retweeted my tweet? Thanks, Alam Sher

Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-25 Thread Alam Sher
So in case, if I have 20K users and I have to, say track 60K keywords for them + also have to follow all of them. I should be applying for 2 higher access accounts one for track predicates and other for follow predicate. Does this make sense? Thanks, Alam Sher On Thu, Feb 25, 2010 at 8:44 AM

[twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-25 Thread Alam Sher
So in case, if I have 20K users and I have to, say track 60K keywords for them + also have to follow all of them. I should be applying for 2 higher access accounts one for track predicates and other for follow predicate. Does this make sense? Thanks, On Feb 25, 8:44 am, John Kalucki

Re: [twitter-dev] Re: Streaming API Best Practice (Multiple Connections or Single)

2010-02-25 Thread Alam Sher
Sorry, but exactly this portion of the documentations goes above my head. Can you please explain a bit more to me how a default access account can be used along with the elevated access account to minimize the data loss? Thanks, Alam Sher On Thu, Feb 25, 2010 at 7:15 PM, John Kalucki j

[twitter-dev] Streaming API Best Practice (Multiple Connections or Single)

2010-02-24 Thread Alam Sher
with different authenticating users)? Or just apply for a bigger access level and use a single connection to get the whole thing. Thanks, Alam Sher