danielpronych / python-twitter

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

NewStatusFromJSON doesn't create a new user #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Get the JSON from the search.twitter.com/search.json API
2. Create all the twitter.Status using NewFromJsonDict
3. python-twitter is looking in data['user'] instead of data['from_user']

Original issue reported on code.google.com by hubscher.remy on 5 May 2010 at 7:24