Welcome Developers!

in

Welcome!

in

Perl OAuth Libraries

Last post 08-07-2010 4:11 PM by Jesse. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 03-06-2008 11:38 AM

    Perl OAuth Libraries

    CPAN has two OAuth libraries, OAuth::Lite and Net::OAuth.  Does anyone know which is better?

    Oauth.net doesn't mention OAuth::Lite, but it appears to be a newer module.

    Filed under: ,
  • 03-11-2008 12:38 AM In reply to

    Re: Perl OAuth Libraries

     I would use OAuth::Lite, since it has documentation. Net::OAuth doesn't seem to have any.

  • 03-12-2008 12:11 PM In reply to

    • Andrew
    • Not Ranked
    • Joined on 03-11-2008
    • Posts 5

    Re: Perl OAuth Libraries

    Some info for anyone looking to use OAuth::Lite, it doesn't quite work out-of-the-box with MySpace. It is easy enough to build a wrapper to make it work though.

    The problem is the MySpace expects (and provides) the oauth_token parameter even if it is null. OAuth::Lite will not send this parameter (or validate it) if it is blank.

    I'm not yet sure which implemention is correct...

    Filed under:
  • 08-07-2010 4:11 PM In reply to

    • Jesse
    • Not Ranked
    • Joined on 02-04-2008
    • Posts 7

    Re: Perl OAuth Libraries

    Can anyone share wrapper code that works with this? I'm banging my head trying to get the Net::OAuth::Lite working with MySpace.
Page 1 of 1 (4 items)