I using code demo from link http://djpate.com
When I run http://localhost:8080/test/OAuthProviderExample/client/index.php is it get error Fatal error: Class 'Oauth' not found in C:\wamp\www\test\OAuthProviderExample\client\index.php on line 2
in client/index.php i using:
$oauth_client = new Oauth("key","secret"); // line 2
$oauth_client->enableDebug();
How to fix it, i using wampserver in windows 7
include('path/to/oauth.php');