Functions

Function Description
__toString Returns the User's username when this object is treated as a string.
block Blocks the user.
follow / friend Friends/follows the user.
unblock Unblocks the user.
unfollow / unfriend Unfriends/unfollows the user.

__toString

Returns the User's username when this object is treated as a string.

__toString()

block

Blocks the user.

Return Value: A BigTreeTwitterUser object on success.

block()

follow / friend

Friends/follows the user.

Return Value: A BigTreeTwitterUser object on success.

follow / friend()

unblock

Unblocks the user.

Return Value: A BigTreeTwitterUser object on success.

unblock()

unfollow / unfriend

Unfriends/unfollows the user.

Return Value: A BigTreeTwitterUser object on success.

unfollow / unfriend()