My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Nov 26, 2009
    issue 6 (Could not download the source files via SVN) commented on by pallabacsrdeveloper   -   The problem get resolved.Seems I had some weird IP settings. Thanks
    The problem get resolved.Seems I had some weird IP settings. Thanks
  • Nov 25, 2009
    issue 6 (Could not download the source files via SVN) reported by pallabacsrdeveloper   -   What steps will reproduce the problem? 1. NA What is the expected output? What do you see instead? NA What version of the product are you using? On what operating system? NA Please provide any additional information below. When I tried to download the project via SVN I could not.There is also no files under the download Tab.I could not proceed further with the project.
    What steps will reproduce the problem? 1. NA What is the expected output? What do you see instead? NA What version of the product are you using? On what operating system? NA Please provide any additional information below. When I tried to download the project via SVN I could not.There is also no files under the download Tab.I could not proceed further with the project.

Earlier this year

  • Oct 21, 2009
    issue 5 (Looks like recent UTF-8 encoding code is missing some backsl...) commented on by i...@dietrauringkursschmiede.de   -   great, string = string.replace(/\r\n/g,'\n'); string = string.replace(/\r/g,'\n'); fixed it. Thx.
    great, string = string.replace(/\r\n/g,'\n'); string = string.replace(/\r/g,'\n'); fixed it. Thx.
  • Sep 28, 2009
    issue 5 (Looks like recent UTF-8 encoding code is missing some backsl...) commented on by soenke.rohde   -   Same here, r13 broke tge encoding and the fix above works.
    Same here, r13 broke tge encoding and the fix above works.
  • Sep 25, 2009
    issue 5 (Looks like recent UTF-8 encoding code is missing some backsl...) reported by robgabbard   -   In URLEncoding.as, I believe.... string = string.replace(/rn/g,'n'); string = string.replace(/r/g,'n'); ... is supposed to be ... string = string.replace(/\r\n/g,'\n'); string = string.replace(/\r/g,'\n'); This causes significant issues if you are encoding any string the has an 'r' in it.
    In URLEncoding.as, I believe.... string = string.replace(/rn/g,'n'); string = string.replace(/r/g,'n'); ... is supposed to be ... string = string.replace(/\r\n/g,'\n'); string = string.replace(/\r/g,'\n'); This causes significant issues if you are encoding any string the has an 'r' in it.
  • Sep 04, 2009
    r13 (Added in fixes by Denis Borisenko for UTF-8 URL encoding htt...) committed by iotashan   -   Added in fixes by Denis Borisenko for UTF-8 URL encoding http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/
  • Aug 27, 2009
    issue 4 (What is origin or source code for Crypto.swc?) reported by gary.griswold   -   What steps will reproduce the problem? 1. The source code for Crypto.swc should be in this project, and this should reference another project which has the source for Crypto.swc. There is a project as3crypto, but they do not seem to be the same. Especially with Authentication and Authorization everything should be on the table for inspection.
    What steps will reproduce the problem? 1. The source code for Crypto.swc should be in this project, and this should reference another project which has the source for Crypto.swc. There is a project as3crypto, but they do not seem to be the same. Especially with Authentication and Authorization everything should be on the table for inspection.
  • Jun 25, 2009
    issue 2 (Hello World Example) commented on by alistair.colling   -   hiya, an example for twitter would be great, thanks!
    hiya, an example for twitter would be great, thanks!
  • Jun 04, 2009
    r12 (Removed option for URLParams, it just doesn't work. Now with...) committed by iotashan   -   Removed option for URLParams, it just doesn't work. Now with less compiler errors!
    Removed option for URLParams, it just doesn't work. Now with less compiler errors!
  • Jun 04, 2009
    r11 (Removed option for URLParams, it just doesn't work. Changed ...) committed by iotashan   -   Removed option for URLParams, it just doesn't work. Changed URLEncoding to use %20 instead of + for spaces
    Removed option for URLParams, it just doesn't work. Changed URLEncoding to use %20 instead of + for spaces
  • May 22, 2009
    r10 (Implemented fix given by Chris: http://www.iotashan.com/inde...) committed by iotashan   -   Implemented fix given by Chris: http://www.iotashan.com/index.php/2008/04/28/oauth-actionscript-library/#comments
  • Apr 30, 2009
    issue 2 (Hello World Example) commented on by fvercuiel   -   Some examples would be great, perhaps working with the Twitter API? Thanks
    Some examples would be great, perhaps working with the Twitter API? Thanks
  • Mar 20, 2009
    r9 (Removed debugging trace code) committed by iotashan   -   Removed debugging trace code
    Removed debugging trace code
  • Mar 20, 2009
    r8 (Cleaned up extra code, fixed a bug where key/token was not p...) committed by iotashan   -   Cleaned up extra code, fixed a bug where key/token was not properly URL encoded for HMAC-SHA1
    Cleaned up extra code, fixed a bug where key/token was not properly URL encoded for HMAC-SHA1
  • Jan 08, 2009
    issue 3 (Crypto.swc) reported by antoni.jakubiak   -   Please provide license file for Crypto.swc. As I see this is: http://code.google.com/p/as3crypto/
    Please provide license file for Crypto.swc. As I see this is: http://code.google.com/p/as3crypto/
  • Jan 08, 2009
    issue 2 (Hello World Example) reported by antoni.jakubiak   -   Please provide a Hello World example.
    Please provide a Hello World example.

Older

  • Dec 30, 2008
    issue 1 (Multiword search on netflix api fails with invalid signature...) reported by brent.bonet   -   What steps will reproduce the problem? 1. Search netflix api using two words (uses consumer key and secret - access token is not required) What is the expected output? What do you see instead? XML with search results is expected. Instead I get an invalid signature error. What version of the product are you using? On what operating system? I'm using the latest version. Building with Adobe Flex in Air with OS X. Please provide any additional information below. Everything works for me building urls for other functions such as user queues, autocomplete for search, synopsis, etc. It's just the search with more than one word that doesn't work. Entering values here works: http://term.ie/oauth/example/client.php. I also disabled the use of '+' and used '%20' instead for the space character between words and this does not fix the problem. FYI at the term.ie site both '+' and '%20' works for the space character. Feel free to contact me if you want brent.bonet [at] effectiveui [dot] com. If you'd like me to share some code. Regards, Brent
    What steps will reproduce the problem? 1. Search netflix api using two words (uses consumer key and secret - access token is not required) What is the expected output? What do you see instead? XML with search results is expected. Instead I get an invalid signature error. What version of the product are you using? On what operating system? I'm using the latest version. Building with Adobe Flex in Air with OS X. Please provide any additional information below. Everything works for me building urls for other functions such as user queues, autocomplete for search, synopsis, etc. It's just the search with more than one word that doesn't work. Entering values here works: http://term.ie/oauth/example/client.php. I also disabled the use of '+' and used '%20' instead for the space character between words and this does not fix the problem. FYI at the term.ie site both '+' and '%20' works for the space character. Feel free to contact me if you want brent.bonet [at] effectiveui [dot] com. If you'd like me to share some code. Regards, Brent
 
Hosted by Google Code