[twitter-dev] Re: Strange 401 errors when having dot in the status update

2009-09-28 Thread guytom
Thanks. On Sep 27, 4:56 pm, JDG ghil...@gmail.com wrote: From the OAuth spec: 5.1.  Parameter Encoding All parameter names and values are escaped using the [RFC3986] (Berners-Lee, T., “Uniform Resource Identifiers (URI): Generic Syntax,”

[twitter-dev] Re: Strange 401 errors when having dot in the status update

2009-09-27 Thread guytom
Anyone has any idea about this? I tracked the request it seems that the server doesn't like the fact that the dot ('.') is also URL encoded. We're using flash AS3 and the URLVariables class automatically encodes it this way, so for example if we send go to nba.com It comes out as

[twitter-dev] Re: Strange 401 errors when having dot in the status update

2009-09-27 Thread JDG
From the OAuth spec: 5.1. Parameter Encoding All parameter names and values are escaped using the [RFC3986] (Berners-Lee, T., “Uniform Resource Identifiers (URI): Generic Syntax,” .)http://oauth.net/core/1.0a#RFC3986percent-encoding (%xx) mechanism. Characters not in the unreserved character