Skip Menu |

This queue is for tickets about the Net-OAuth-Simple CPAN distribution.

Report information
The Basics
Id: 55392
Status: resolved
Priority: 0/
Queue: Net-OAuth-Simple

People
Owner: simonw [...] cpan.org
Requestors: sekimura [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.3
Fixed in: (no value)



Subject: xAuth support
I've just made a patch for xAuth[1] support. http://gist.github.com/327308 The patch also include a fix to handle "POST" request properly in _make_request(). Please, take a look when you have a time. Thank you, --sekimura *1 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for-xAuth
The patch should be in (modulo a couple of small changes) in r5547 Can you check the code out of https://svn.unixbeard.net/simon/Net-OAuth-Simple/trunk and make sure it works and that my documentation is ok?
OK. Since at r5547 Net::OAuth::Simple::xAuthAccessTokenRequest was added, Simple.pm need to "require" it. Thanks for adding docs. Those are reasonable. --- Index: lib/Net/OAuth/Simple.pm ========================================================= ========== --- lib/Net/OAuth/Simple.pm (revision 5547) +++ lib/Net/OAuth/Simple.pm (working copy) @@ -14,6 +14,7 @@ require Net::OAuth::RequestTokenRequest; require Net::OAuth::AccessTokenRequest; require Net::OAuth::ProtectedResourceRequest; +require Net::OAuth::Simple::xAuthAccessTokenRequest;
Released in version 1.4