in reply to Re: Understanding oAuth with Perl
in thread Understanding oAuth with Perl
I'll get error "POST on Net::OAuth::ProtectedResourceRequest=HASH(0x5590e74) failed: 302 Found". Can you explain why?if ($app->authorized) { my $response = $app->view_restricted_resource('https://www.yammer. +com/api/v1/users.xml' ); print $response->content."\n"; $response = $app->update_restricted_resource("https://www.yammer.c +om/api/v1/messages/", body => "Message body", broadcast => "true" ); print $response->content."\n"; exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Understanding oAuth with Perl
by Anonymous Monk on Mar 10, 2011 at 12:56 UTC | |
by Anonymous Monk on Mar 10, 2011 at 13:25 UTC | |
|
Re^3: Understanding oAuth with Perl
by Anonymous Monk on Jun 25, 2012 at 23:37 UTC |