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.
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.
Very cool!!! I was hoping to work on this but never got to it, so thanks for posting it.
=Ryan
rstewart@adobe.com
Great stuff! I was dreading having to write one of these myself! If I run into any issues you can expect some patches…
Kiall
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.
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
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
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.