Closed Tiger3030 closed 4 years ago
AccessToken has two methods, refresh and refreshIfNeede for refreshing access token.
And, you can get the access token string by accessToken.
The class also equips several wrapper specialized for common use. But you can of course create your http request by your hand.
Hello,
I use the package to access the trakt.tv API. With the help of the provided example I managed to authorize and also to revoke access. For further use I have two questions:
Thank you for your help.