2012-07-19 102 views
5

誰能告訴我如何可以實現的Oauth API爲我site.I從http://code.google.com/p/oauth-php/downloads/list(oauth-php-175.tar.gz)的Oauth API客戶端收到錯誤

下載的例子中,我創建了數據庫和example/server運行register.php文件,我得到了消費者密鑰和祕密key.I已經取代了API密鑰和祕密密鑰與這client/twolegged.php .The URL中提到被替換爲server/www/hello.php

但是當我運行該文件client/twolegged.php正在錯誤

ExceptionRequest failed with code 401: Can't verify request, missing oauth_consumer_key or oauth_token-OAuth Verification Failed: 

這是做到這一點的正確方法嗎?請幫幫我?使用

回答

2

$server->verifyIfSigned(false) 

代替

$server->verifyIfSigned() 

在hello.php

相關問題