JTwitterFriends::getFriendshipsLookup
Method to get the relationship of the authenticating user to the comma separated list of up to 100 screen_names or user_ids provided.
Signature
public function getFriendshipsLookup([string
$screen_name = null,
[string
$id = null]] )
Parameters
-
$screen_name
- A comma separated list of screen names, up to 100 are allowed in a single request.
-
$id
- A comma separated list of user IDs, up to 100 are allowed in a single request.
Returns
- array
- The decoded JSON response
Errors/Exceptions
-
RuntimeException