Tuitter::unfollow

Unfollows the user specified by the screen name.

unfollow( $screen_name )

Parameters

screen_name

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

Return value

Returns Tuitter_User object when successful.