Over the weekend, I wrote an actionscript library for client implementations of OAuth. It’s currently untested, but I’d love to see a few people help me keep it up to date & bug free, if anyone’s interested.

oauth-as3 Google Code page

Help make me popular:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Pownce
  • Slashdot
  • StumbleUpon

This entry was posted on Monday, April 28th, 2008 at 2:42 pm and is filed under Projects. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

6 Responses to “OAuth Actionscript library”

  1. Ryan Stewart on April 28th, 2008 at 3:36 pm

    Very cool!!! I was hoping to work on this but never got to it, so thanks for posting it.

    =Ryan
    rstewart@adobe.com

  2. Kiall Mac Innes on June 3rd, 2008 at 8:22 am

    Great stuff! I was dreading having to write one of these myself! If I run into any issues you can expect some patches…

    Kiall

  3. Gwoo on June 21st, 2008 at 7:58 am

    Great work. I found a couple issues and I would be happy to get involved with the project. I’m hanging out in #flex on efnet :) Thanks for the effort.

  4. Edd Parris on July 25th, 2008 at 12:08 pm

    Hi

    Are there any examples of using this about?
    Im new to OAuth and just brushing up on my as skills, having a bit of trouble working out how to get this working.

    Thanks
    Edd

  5. Takashi on September 15th, 2008 at 5:07 pm

    Hi

    I’m trying to use this great library with MySpace Open Social API, but i’m having a problem with getting the right ‘oauth_signature’.

    MySpace provide developers with OAuth Testing Tool and when i request the request token from the tool page, it always works.

    I tried to use the same value for all the required parameters(oauth_consumer_key, oauth_nonce, oauth_signature_method, oauth_timestamp) but ‘oauth_signature’ never matches with the one MySpace testing tool generates from those parameters. So my request always ends up with 401(”signature_invalid”).

    I went through the library code and it all looks fine to me.
    Is anyone having the same problem?

    Thanks,
    Takashi

  6. Takashi on September 16th, 2008 at 12:39 pm

    Just a follow up on my previous post.
    If i delegate the HMAC_SHA1 encoding part to OAuth JavaScript Library(http://oauth.googlecode.com/svn/code/javascript), using External Interface, everything works.

    So I believe there is something wrong with the implementation of AS3 HMAC_SHA1 encoding.

Leave a Reply