Re: getting signature_invalid when asking for requestToken

2011-12-26 Thread Dr.g.
Problem found. the URL in the baseString was lower case... Peace. On Dec 26, 4:45 pm, "Dr.g." wrote: > Hey, > > I'm keep getting this error with no idea what's wrong. this is what i > do: > > //private function in use > private static byte[] encode(String val) >         { >             MemoryStre

getting signature_invalid when asking for requestToken

2011-12-26 Thread Dr.g.
Hey, I'm keep getting this error with no idea what's wrong. this is what i do: //private function in use private static byte[] encode(String val) { MemoryStream ms = new MemoryStream(); StreamWriter sw = new StreamWriter(ms,Encoding.ASCII ); sw.Write(v