<?php include './wepay_api.inc'; $W = new WePay($access_token, $token_secret); $W->post('/user'); echo wordwrap($W->raw_response(),70,"\n",1);