I'm getting a strange error when attempting to get a request token. Here's
my code:
$this->_config = array(
'callbackUrl' => 'http://www.mydomain.com',
'siteUrl' => '
https://www.google.com/accounts/OAuthGetRequestToken',
'scope' => 'https://apps-apis.google.com/a/feeds/',
'consumerKey' => 'MyDomain',
'consumerSecret' => 'MyRegisteredConsumerSecret'
);
$consumer = new Zend_Oauth_Consumer($this->_config);
$token = $consumer->getRequestToken();
$_SESSION['TWITTER_REQUEST_TOKEN'] = serialize($token);
$consumer->redirect();
I'm getting a 404 error. This baffles me, except that there's something
missing in the request.
Any help is appreciated.
--
=================
Ron Dyck
[email protected]
www.webbtech.net
=================