bshaffer / oauth2-server-php-docs

documentation for the oauth2-server-php library
231 stars 148 forks source link

invalid_client #66

Closed knighti closed 9 years ago

knighti commented 9 years ago

hello, i have followed the cookbook by every step. http://bshaffer.github.io/oauth2-server-php-docs/cookbook/

During [Create a Token Controller] when i give it i try to test the files it returns an error which is as follows: { "error": "invalid_client", "error_description": "Client credentials were not found in the headers or body" }

I have used hurl.it to test the http Authorization

I have also attached the images of the request request request_1 response

Kindly guide me through this.

bshaffer commented 9 years ago

closing, as this is a duplicate of https://github.com/bshaffer/oauth2-server-php/issues/577