-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGES
43 lines (38 loc) · 1.53 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
+ Added
- Removed
* Changed/fixed
* fixed a bug in destroyStatus
* removed a call to buildRequest I forgot to get rid of
* fixed bugs with createFavorite and destroyFavorite
* removed debug output
05 14 2009
- buildRequest was actually kind of unneccessary. Like the second c in that word.
* Smarter handling of GET/POST requests, thanks to Gabriel Sosa @pendexgabo
* $require_credentials now defaults to true in apiCall
+ getMentions method maps to statuses/mentions
* createFriendship takes an array of options now
* getRateLimitStatus allows you to choose whether or not to authenticate
+ blockExists method maps to blocks/exists
+ getBlocking method maps to blocks/blocking
+ getBlockingIDs method maps to blocks/blocking/ids
03 28 2009
* Moved core functionality to TwitterBase class, and made Twitter a subclass
of it. That way, a TwitterOAuth class can be extended from TwitterBase in the
future
- Removed a debug message, oops
03 24 2009
* Return formats are no longer first in the argument list, and they all have
defaults of XML. That was one of the more irritating things in the library.
* A lot of methods with multiple options now take a single array that gets
mapped to GET parameters, so you don't have to worry about order.
* Changed showStatus to getStatus
- Removed getFeatured method
+ Added getFriendIDs method
+ Added getFollowerIDs method
- Removed updateLocation method
+ Added updateProfileColors method
+ Added updateProfile method
- Removed downtimeSchedule method
- Removed getArchive method
11 26 2007
* Initial release!