Hi,

A few months ago, Twitter stopped accepting messages from our
application that contained special language characters.  We assume
that the API is now very strict on character encoding.  We have
analyzed our code and we are following the best practices of character
encoding into utf8.  Just before we send the message to the API, we
encode it into utf8, then place the text into the url and send it.  We
receive back 403 errors for any messages that contain special
characters (like umlauts).

We've tried everything that we can think of.  Can you please send us
an example of how to properly encode the message?  We are using c#.

Any help is greatly appreciated.

Thank You,

Ryan Bell

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to