jazzlife / oauth-as3

Automatically exported from code.google.com/p/oauth-as3
0 stars 0 forks source link

OAuth header not accepted by Ruby oauth gem #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The generated OAuth HTTP header contains a leading comma that breaks the Ruby 
oauth header parser (Ruby gem version 0.4.2). 

This is a sample of what oauth-as3 produces

    OAuth ,oauth_consumer_key="key",oauth_signature="NF..3D",etc,...

Modifying the code around line 161 of OAuthRequest.as to not include the 
leading comma fixes this issue.

Original issue reported on code.google.com by jprav...@gmail.com on 22 Aug 2010 at 8:15

GoogleCodeExporter commented 8 years ago
Hi, 
Yes I am facing same issue.
can you paste the code for line 161 please. Thanks

Original comment by sharma4r...@gmail.com on 29 Dec 2011 at 12:45