Re: [twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Adam Green
I'm using your OAuth library for this. I tried: $connection->request('GET', $connection->url('1/statuses/user_timeline'), array('screen_name' => 'barackobama', 'include_entities' => 't', 'include_rts' => 't', 'count' => 200, 'page' => $page)); I get the same set of tw

Re: [twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Matt Harris
Hey Adam, Do you include the parameter include_rts=1 ? Be default statuses/user_timeline doesn't include retweets so you have to add this parameter to retrieve a full timeline. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Feb 2, 2011 at 2:28 PM, Adam

[twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Adam Green
I'm collecting all the tweets for potential 2012 presidential candidates, and I'm finding that /statuses/user_timeline returns much fewer tweets than listed as the total in an account. The docs say that this API call is limited to 3,200 tweets, but this is happening with accounts that have fewer th

Re: [twitter-dev] missing tweets

2010-03-15 Thread Raffi Krikorian
http://twitter.com/tweetie/status/10529447136 On Mon, Mar 15, 2010 at 9:14 AM, Scott Wilcox wrote: > Its using Tweetie predominately although I had the same issue over the > weekend via the API. I'm not seeing anything missing on the API side of > things with my app now, so its just Tweetie at t

Re: [twitter-dev] missing tweets

2010-03-15 Thread Scott Wilcox
Its using Tweetie predominately although I had the same issue over the weekend via the API. I'm not seeing anything missing on the API side of things with my app now, so its just Tweetie at the moment. Scott. On 15 Mar 2010, at 16:10, Raffi Krikorian wrote: > hi - could you please be precise?

Re: [twitter-dev] missing tweets

2010-03-15 Thread Raffi Krikorian
hi - could you please be precise? is it via tweetie and / or via the API? there is a known issue with tweetie desktop that we have reported to loren, but i don't (currently) know of an error via the API. thanks. On Mon, Mar 15, 2010 at 7:38 AM, Scott Wilcox wrote: > New tweets for me John. It

Re: [twitter-dev] missing tweets

2010-03-15 Thread Scott Wilcox
New tweets for me John. Its just started doing it again. Lots of new tweets in timeline via twitter.com, nothing via Tweetie/API. I have noticed a few times of Tweetie reporting errors with since_id, not too sure if thats a client problem or your side. Scott. On 15 Mar 2010, at 14:30, John Kal

Re: [twitter-dev] missing tweets

2010-03-15 Thread Scott Wilcox
Not sure if the cause is known but I reported it earlier as well. Tweetie has been doing it for about seven hours now. Scott. On 15 Mar 2010, at 14:12, TJ Luoma wrote: > I've seen Tweetie on the Mac and Brizzly users both complaining that > twitter.com is showing them tweets that the others ar

Re: [twitter-dev] missing tweets

2010-03-15 Thread TJ Luoma
It's not so much "frozen" as some are there and some are not. "Brizzly, I think you leave off tweets. I just ventured over to twitter and saw loads more tweets in my timeline" http://twitter.com/expat_erin/status/10518763664 (just now) "Tweetie for Mac is losing tweets due to some change at Twit

Re: [twitter-dev] missing tweets

2010-03-15 Thread John Kalucki
http://status.twitter.com/post/447344319/some-users-experiencing-frozen-timelines Are the missing tweets from over the weekend, or are new tweets from today missing? -John On Mon, Mar 15, 2010 at 7:12 AM, TJ Luoma wrote: > I've seen Tweetie on the Mac and Brizzly users both complaining that >

[twitter-dev] missing tweets

2010-03-15 Thread TJ Luoma
I've seen Tweetie on the Mac and Brizzly users both complaining that twitter.com is showing them tweets that the others are missing. Is this a known issue right now? Is the cause known? TjL

[twitter-dev] missing tweets

2010-02-28 Thread Isaiah Carew
Several users are reporting missing tweets over the past 8 hours. The problem exists even on twitter.com. One of my accounts is also affected. Even though @kiwi_app and @isaiah follow many of the same people, the @isaiah account is empty for the past 8 hours except for it's own tweets. I h

[twitter-dev] Missing tweets in filter:links search

2009-03-11 Thread TCI
Hello, filter:links in search returns tweets containing http://whatever but not those containing www.whatever - even though the www.whatever are correctly detected as links in twitter.com UI and linked automatically... TCI