Tuitter::isFollowing

Tests whether the authenticating user is following the specified user. You can specify the subject user instead of the authenticating user in the second argument.

isFollowing( $user_b [, $user_a = Authenticating_User ] )

Parameters

user_b

The ID or screen name of the user to test for following.

user_a

The ID or screen name of the subject user.

Return value

Returns TRUE when the authenticating user is following the user.