Current User Info

<?php
include './wepay_api.inc';
$W = new WePay($access_token$token_secret);
$user $W->get('/user');
print_r($user);
?>
Output