hidrodf / oauth-as3

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

Multiword search on netflix api fails with invalid signature error #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by brent.bo...@gmail.com on 30 Dec 2008 at 10:38