public function friendsIds($id = null, $userId = null, $screenName = null, $cursor = null)
    {
        // validate
        if ($id == '' && $userId == '' && $screenName == '') throw new TwitterException('Specify an id or an userId or a screenName.');