5Nov/092
Twitter API Library – Build 5
URI: http://sandbox.gtaero.net/twitter_api/code.php?b=5 (Preview Level Code)
Change Log:
- Added string $twitter->get_sn_from_id(int $uid)
- Added string $twitter->get_name_from_id(int $uid)
- Added string $tw->profile_pic( [ int $uid = NULL [, array $options = NULL ] ] )
Options:- bool linked = true – Link to the User’s Profile
- string size = thumb (of small, thumb, large, or full) – Base Size of the Image
- int height = Size’s Default – Height in Pixels
- int width = Size’s Default – Width in Pixels
Known Issues:
- No Support for Unauthenticated Requests.
- $tw->name() does not support users other than the currently logged in user.
- $tw->profile_pic() does not support users other than the currently logged in user.
- $twitter->get_sn_from_id() does not support users other than the currently logged in user.
- $twitter->get_name_from_id() does not support users other than the currently logged in user.
-
Pikachu