> Next time logging no pblm. I have no
> changed in code side. If any updation in XAuth authentication mechanism.
> In my application i couldn't post a tweet in malayalam/arabi language.
> How to solve this issue.
Sounds like you aren't URL encoding the values properly.
> Any body please help me.
>
> Regards,
> George
>
>
> --
> 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?hl=en
Present an example the status update you are trying to send with the
UTF-8 characters, and I'll show you how it should be encoded.
There's also a reference you can take a look at that iterates nearly
every single possible UTF-8 character and how they should be encoded
for a status update to Twitter at
http://github.com/episod/oauth-utf8-character-map
Taylor