Can anyone give me a hand?
Jamie Rumbelow Designer / Developer / Writer / Speaker
http://www.jamierumbelow.net | +44 (0)7956 363875 | jamie (at) jamierumbelow
(dot) net
-Original Message-
From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-t...@googlegroups.com
switch ($this->signature_method) {
case 'HMAC-SHA1':
$str = sha1($base_string);
$str = base64_encode($str);
$str = rawurlencode($str);
return $str;
break;
case 'PLAINTEXT':
return rawurlen
switch ($this->signature_method) {
case 'HMAC-SHA1':
$str = sha1($base_string);
$str = base64_encode($str);
$str = rawurlencode($str);
return $str;
break;
case 'PLAINTEXT':
return rawurlen
Hey Guys,
I'm having a little trouble with oAuth - I'm getting an Invalid OAuth
Request with a HTTP 401. I'm sure the signature is correct, and all
I'm trying to do is get a request token. Has anyone had this problem
before and if so how did you fix it?
Thanks,
Jamie