Question

Why i got this error when i use following code?

$customer_key = 'my_key';
$customer_securet = 'customer_securet';                
$a = new Oauth($customer_key, $customer_securet, OAUTH_SIG_METHOD_HMACSHA1, OAUTH_AUTH_TYPE_AUTHORIZATIONl);
$a->getRequestToken('https://api.login.yahoo.com/oauth/v2/get_request_token?oauth_callback=http://mysite.com/invitehandler.php?provider=yahoo');

Error : Invalid auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)

Was it helpful?

Solution

I found my problem myself..

Its just needed update server time!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top