Tuitter::unfollowById

Unfollows the user specified by the User ID.

unfollow( $user_id )

Parameters

user_id

Specifies the user ID of the user to unfollow.
In case you want to use screen name to specify, you can call Tuitter::unfollow instead.

Return value

Returns Tuitter_User object when successful.