[twitter-dev] Re: xAuth users?

2010-04-10 Thread c0olcast
Well nevermind this, I found what the problem was and it sort of had to do with the strings but not in the base string but the aouth authorization header string. I was skipping parameters if they were empty, which is not what is called for in the oauth specs. On Apr 10, 4:07 am, c0olcast wrote: >

[twitter-dev] Re: xAuth users?

2010-04-10 Thread c0olcast
Hey there, I'm working on getting xAuth to work on an app i'm developing. I can't get the oauth_access_token to work while using unsafe chars like '=' and '+' as in your example (it works perfect for creds with no unsafe chars). I'm posting my strings and maybe you can help me here (Note: I'm repla