What steps will reproduce the problem?
1. Create an authenticated instance of the Python Twitter Api class
2. Get a user object from Twitter
3. Try to access the created_at attribute of the user object
What is the expected output? What do you see instead?
A string with the date and time of creating should be the expected output.
I get instead an attribute error saying that the created_at attribute does
not exist in the User object.
What version of the product are you using? On what operating system?
0.7-devel / SVN HEAD
Please provide any additional information below.
I've implemented it but I'm missing the test. I'll submit a patch with the
implementation and the test at any moment now.
Original issue reported on code.google.com by gnr...@gmail.com on 4 Sep 2009 at 3:27
Original issue reported on code.google.com by
gnr...@gmail.com
on 4 Sep 2009 at 3:27