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
Original issue reported on code.google.com by
jprav...@gmail.com
on 22 Aug 2010 at 8:15