Tuitter::followById

Allows the authenticating users to follow the user specified in the user ID.

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

followById( $user_id )

Parameters

user_id

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

Return value

Returns Tuitter_User object when successful.