Tuitter::follow

Allows the authenticating users to follow the user specified in the screen name.

If you are already friends with the user an HTTP 403 will be returned.

follow( $screen_name )

Parameters

screen_name

Specifies the screen name of the user to befriend.
In case you want to use user ID, you can use Tuitter::followById method.

Return value

Returns Tuitter_User object when successful.