ot receive a token or URL", "access_api() test without params" );
my $json = $oauth->access_api( $token, $api_url );
like( $json, qr/yahoo/, "access_api() test with token & URL" );
$oauth->save_toke
pi_url = "http://fantasysports.yahooapis.com/fantasy/v2/team/265.l.5098.t.2/players?format=json";
my $json = $oauth->access_api( $token, $api_url );
OTHER METHODS:
The token expires after
m Yahoo API is returned verbatim.
This means if you request JSON in the URL, then you'll get JSON back; otherwise XML.
my $json = $oauth->access_api( $token, $url );
=cut
sub access_api {