Tuitter::isFollowed

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

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

Parameters

user_a

The ID or screen name of the subject user.

user_b

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

Return value

Returns TRUE when user_a is following user_b.