I'm using the oauth2-php library hosted on Google code. I'm confused on the example code and specifically how to go from the addClient.php
page to the authorize.php
page.
Currently, I enter some credentials in the <form>
on the addClient.php
page, which are correctly INSERT
ed into to my database. Unfortunately, when I point the browser to the authorize.php
page I get the following error:
{"error":"invalid_client"}
Might someone help me understand why authorize.php
isn't pulling my client data from my database?