tan-tan-kanarek / github-php-client

MIT License
184 stars 120 forks source link

OAuth Authenication #68

Closed imWillX closed 8 years ago

imWillX commented 9 years ago

Hello There! Thank you for creating this awesome API.

Unfortunately, I have some issues with it. I am currently attempting to connect with OAuth however I keep receiving 404 responses. Do you perhaps have some code examples or guides on how to set this up?

Thank you, Bart

tan-tan-kanarek commented 9 years ago

Hi, thank you for your words, I'm glad you find it useful.

The client library written without OAuth support as a login method. However you can use it with basic credentials to manage your OAuth tokens.

T.

imWillX commented 9 years ago

Alright Thanks.