danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

api.GetUserTimeline for a user omits retweets on user's timeline #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call api.GetUserTimeline on a user that has at least one retweet.
2. List the .text of the statuses returned.
3. Retweets on the timeline are missing from the returned timeline, yet are 
visible on the twitter webpage.

What is the expected output? What do you see instead?
The complete user's timeline, as seen on the user's twitter profile webpage
Instead, the user's timeline is missing tweets that are retweets.

What version of the product are you using? On what operating system?
python-twitter 0.6 on FreeBSD 8 RC1

Please provide any additional information below.

Original issue reported on code.google.com by Aphe...@gmail.com on 28 Jan 2010 at 7:25

GoogleCodeExporter commented 8 years ago
Can you please verify that the messages are included in the direct HTTP api 
call?

For example, check this URL (replacing 'ev' with the user in question):

  http://twitter.com/users/show/ev.json

It might be the case that the API is not returning all of the data that appears 
on the 
twitter.com website.

Original comment by dclinton on 28 Jan 2010 at 7:46

GoogleCodeExporter commented 8 years ago
This is looking more and more to be a twitter problem - they are not including 
retweets 
in the timeline returned to api calls. I'm not 100% sure though.

Original comment by Aphe...@gmail.com on 29 Jan 2010 at 6:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Confirmed - see http://code.google.com/p/twitter-api/issues/detail?id=1354

Original comment by Aphe...@gmail.com on 29 Jan 2010 at 6:53

GoogleCodeExporter commented 8 years ago
this has been fixed in Issue 160

Original comment by bear42 on 16 Oct 2010 at 8:48