mengmengdong / oauth2-php

Automatically exported from code.google.com/p/oauth2-php
MIT License
0 stars 0 forks source link

Examples file points to oauth.php which does not exist #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In both the PDO and Mongo examples the line exists:
include "../../../lib/oauth.php";  but ../../../ maps to the example directory. 
 Since the Oauth2 class is required, I believe this include should point to 
../../../../lib/OAuth2.inc

What version of the product are you using? On what operating system?
Revision 23 Debian Wheezy

Please provide any additional information below.

Original issue reported on code.google.com by jeffrey....@gmail.com on 6 Mar 2012 at 3:02