dara
2008-Oct-16 16:29 UTC
[Facebooker-talk] Signature failure during setRefHandle when umlaut''d character used
If I send a profile update via a ref handle and the update contains the character "?" (a-umlaut), I get an Signature error back from Bebo. If I remove that character, all is ok. The error returned is: <?xml version="1.0" encoding="UTF-8"?> <error_response> <error_code>104</error_code> <error_msg>Invalid signature</error_msg> <request_args list="true"> ---snip--- </request_args> </error_response> Has anybody else seen this behaviour ? I suspect this is an issue in the plugin signature code perhaps? I have create a little test app in Java to talk direct to the WebService and both calls (with and without a-umlaut) return without issue. Still looking...
Mike Mangino
2008-Oct-16 17:50 UTC
[Facebooker-talk] Signature failure during setRefHandle when umlaut''d character used
On Oct 16, 2008, at 12:29 PM, dara wrote:> If I send a profile update via a ref handle and the update contains > the character "?" (a-umlaut), I get an Signature error back from Bebo. > > If I remove that character, all is ok. > > The error returned is: > > <?xml version="1.0" encoding="UTF-8"?> > <error_response> > <error_code>104</error_code> > <error_msg>Invalid signature</error_msg> > <request_args list="true"> > ---snip--- > </request_args> > </error_response> > > > Has anybody else seen this behaviour ? > > I suspect this is an issue in the plugin signature code perhaps?It''s really hard to tell without any detail. A stack trace and enough information to calculate the signature would be helpful. Where is the ? character? Very few things are signed. Are you using the right KCODE in rails? Mike> > > I have create a little test app in Java to talk direct to the > WebService and both calls (with and without a-umlaut) return without > issue. > > Still looking... > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com