public function statusesReweetsOfMe($sinceId = null, $maxId = null, $count = null, $page = null)
    {
        // validate
        if ($count != null && $count > 200) throw new TwitterException('Count may not be greater than 200.');