-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make TwitchUser implements ResourceOwnerInterface #12
Comments
Unfortunately I'm not actively maintaining this, so I'm not sure when I'll
have time to get around to it. I'm honestly not even sure if this still
works, and it probably depends on an outdated version of the package.
If you submit a pull request, I'd be happy to merge it.
…On Wed, Sep 5, 2018 at 5:07 AM Yuriy Garris ***@***.***> wrote:
Hello!
Could you please make TwitchUser implement
\League\OAuth2\Client\Provider\ResourceOwnerInterface so it will be
'more' compatible with the PHP League OAuth 2 client (
https://github.com/thephpleague/oauth2-client)?
TwitchUser already implements required methods, it only needed to add implements
ResourceOwnerInterface.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvw8HlXn03eFdEkACCkcdQaYTSf8dA9ks5uX7CLgaJpZM4Warls>
.
--
Troy Pavlek
https://tpavlek.me
|
Hi @tpavlek, |
This issue should not have been closed. #17 fixes this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Could you please make
TwitchUser
implement\League\OAuth2\Client\Provider\ResourceOwnerInterface
so it will be 'more' compatible with the PHP League OAuth 2 client (https://github.com/thephpleague/oauth2-client)?TwitchUser
already implements required methods, it only needed to addimplements ResourceOwnerInterface
.The text was updated successfully, but these errors were encountered: