Issue 16: HEAD missing oauth.php
Status:  New
Owner: ----
Reported by austin...@gmail.com, Mar 16, 2011
What steps will reproduce the problem?
1. clone oauth2-php
2. Attempt to setup server/examples/mongo or server/examples/pdo

What is the expected output? What do you see instead?
Request any page such as addclient.php

Warning: include(../../../lib/oauth.php) etc.
Note: 
find oauth2-php -name 'oauth.php' 
No files found.

What version of the product are you using? On what operating system?
latest tip from hg

Please provide any additional information below.
Using hg log I see
https://code.google.com/p/oauth2-php/source/browse/server/examples/pdo/lib/oauth.php?r=969fd139d13f

Also some archvied zip version have oauth.php, souch as:
http://oauth2-php.googlecode.com/files/oauth2-php.zip

May 17, 2011
#1 jens.k...@gmail.com
That actually works if you call the examples right where they are. If you copy them to another location you should reflect that in the include path.
Jun 8, 2012
#2 Tulg...@gmail.com
"../../../lib/OAuth2.inc"