Earlier this year
-
-
-
-
-
-
issue 7
(error in the event type name ON_DESOTRY ) reported by gplegge
-
-
r19
(Added pagination parameters to user timeline method.) committed by mike.sr
- Added pagination parameters to user timeline method.
Added pagination parameters to user timeline method.
-
r18
(Added untilDate query option.) committed by mike.sr
- Added untilDate query option.
Added untilDate query option.
-
r17
(Added sinceDate query option) committed by mike.sr
- Added sinceDate query option
Added sinceDate query option
-
r16
(Fixed date bug) committed by mike.sr
- Fixed date bug
-
-
-
r15
(Added social graph APIs) committed by mike.sr
- Added social graph APIs
-
-
Older
-
r14
(1. Implementation to the following API.
Account Methods
...) committed by kceiwH
- 1. Implementation to the following API.
Account Methods
a verify_credentials
b update_location
c rate_limit_status
Direct Message Methods
a sent
User Methods
a show
2. Modify the function makeDate (in TwitterStatus). So that the function
can handle both date string 2008-12-07T16:24:24Z and date string Fri
Dec 05 16:40:02 +0000 2008. The former string is retrieve from the
Search API and the latter one is retrieve from REST API.\
3. (In TwitterStatus) Create a TwitterUser from user's name when the
user object is not valid. Unlike REST API, the Search API only returns
the name of the user, so it is invalid to use the name to initialize a
TwitterUser object, since there is not enough information of the user.
So in this case, I just modify the TwitterUser and make the attribute
name valid while other attributes null.
1. Implementation to the following API.
Account Methods
a verify_credentials
b update_location
c rate_limit_status
Direct Message Methods
a sent
User Methods
a show
2. Modify the function makeDate (in TwitterStatus). So that the function
can handle both date string 2008-12-07T16:24:24Z and date string Fri
Dec 05 16:40:02 +0000 2008. The former string is retrieve from the
Search API and the latter one is retrieve from REST API.\
3. (In TwitterStatus) Create a TwitterUser from user's name when the
user object is not valid. Unlike REST API, the Search API only returns
the name of the user, so it is invalid to use the name to initialize a
TwitterUser object, since there is not enough information of the user.
So in this case, I just modify the TwitterUser and make the attribute
name valid while other attributes null.
-
issue 2
(Override Event.toString and Event.clone functions in Twitter...) reported by zagraves
-
-
r13
(Added Direct Messaging support. So far just get the ones sen...) committed by mike.sr
- Added Direct Messaging support. So far just get the ones sent to you and send one to a user.
Added Direct Messaging support. So far just get the ones sent to you and send one to a user.
-
r12
(Added back authorization for use with AIR or for SWFs if Twi...) committed by mike.sr
- Added back authorization for use with AIR or for SWFs if Twitter ever gets their act together.
Added back authorization for use with AIR or for SWFs if Twitter ever gets their act together.
-
r11
(Added option for paging on friends request, since some peopl...) committed by mike.sr
- Added option for paging on friends request, since some people actually have more than 100 friends...
Added option for paging on friends request, since some people actually have more than 100 friends...
-
r10
(Added defensive catch for when Twitter produces garbage) committed by mike.sr
- Added defensive catch for when Twitter produces garbage
Added defensive catch for when Twitter produces garbage
-
r9
(Added search API) committed by mike.sr
- Added search API
-
|