Skip to content

Releases: PetterKraabol/laravel-twitch-api

1.5.2: Merge pull request #16 from voxlunch/master

02 Mar 15:15
dd7f403
Compare
Choose a tag to compare

force_verify fix

18 Oct 16:02
a3e9776
Compare
Choose a tag to compare

Thanks to #13 and #15.

Twitch Clips

16 Aug 09:49
Compare
Choose a tag to compare

Added support for Twitch Clips

1.4.0: Merge pull request #8 from hootener/v5-updates

29 Jun 00:37
Compare
Choose a tag to compare

1.3.9: Merge pull request #7 from mdietger/master

22 Mar 22:10
Compare
Choose a tag to compare
Added users functionality for Twitch API V5

1.3.8: Merge pull request #6 from GioHunt/patch-1

14 Mar 13:38
Compare
Choose a tag to compare

1.3.7

15 Nov 00:59
Compare
Choose a tag to compare
Fixed typo

1.3.6

15 Nov 00:56
Compare
Choose a tag to compare
Added missing code

Quickfix

15 Nov 00:53
Compare
Choose a tag to compare
1.3.5

Fixed function name

Function to retrieve access object

15 Nov 00:49
Compare
Choose a tag to compare

New function getAccessObject($code, $state = null) to retrieve full response object when requesting access_token from Twitch. This object includes access_token, refresh_token and scope. Use this instead of getAccessToken($code, $state = null) which is now deprecated.