,當我使用的代碼演示的鏈接 http://djpate.com錯誤致命錯誤:使用OAuth
當我運行http://localhost:8080/test/OAuthProviderExample/client/index.php
是它得到錯誤Fatal error: Class 'Oauth' not found in C:\wamp\www\test\OAuthProviderExample\client\index.php on line 2
在客戶端/ index.php中使用我班「的Oauth」未找到:
$oauth_client = new Oauth("key","secret"); // line 2
$oauth_client->enableDebug();
如何解決它,我用wampserver在Windows 7
該錯誤意味着您沒有文件結構中的類。它需要包括在'include('path/to/oauth.php');' – Jon 2012-03-13 02:26:38
@Jon:我使用的是Windows操作系統,如何找到oauth的庫 – 2012-03-13 02:34:10