RSS | Module Info | Add a review of LWP-Authen-OAuth
LWP-Authen-OAuth
(1.01)
A far simpler way of using OAuth than the "heavier" implementations like Net::Oauth or even Net::Oauth::Simple. I had my client working in just a few minutes using this code, after messing with the other modules for hours.
My only suggestion is to not pass the new parameters like 'OAUTH_TOKEN' in to LWP::UserAgent->new after they're saved. This generates unneeded warnings. I worked around it by using the accessor methods to set these parameters after instantiating the object.
I would love it if the author does something similar to this to support OAuth 2 once it stabilizes.
Thanks for great job of "keeping it simple".
Patrick M. DiLeonardo - 2012-03-10T21:35:11 (permalink)
2 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No

