Yes the character "~" should be encoded http://www.blooberry.com/indexdot/html/topics/urlencoding.htm
//kamesh On Fri, Jun 17, 2011 at 12:41 PM, LoVenus <[email protected]> wrote: > Hi > I'm using twitter statuses/update API to tweet a status. > e.g > This is what I'm going to tweet: "~". > > I create a signature base string, following the rules----we're using > UTF-8 characters here and need to properly URL-encode them. > So, "~" become "%7E". > > But,it response a error message:signature Invalid > > Then I try another way, I doesn't URL-encode "~" to "%7E". So,"~" > still be "~". > I Post the request and it is Success. > > That's confuse me... > > Does “~” need encode? > > thank you > > -- > Twitter developer documentation and resources: https://dev.twitter.com/doc > API updates via Twitter: https://twitter.com/twitterapi > Issues/Enhancements Tracker: > https://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > https://groups.google.com/forum/#!forum/twitter-development-talk > -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
