Skip to content

Releases: SocialiteProviders/Twitter

4.1.2

25 May 23:22
Compare
Choose a tag to compare

Full Changelog: 4.1.1...4.1.2

4.1.1

03 Feb 03:16
Compare
Choose a tag to compare
Twitter Compatible with OAuth1 client method (#620)

PHP 8 Support

01 Dec 23:43
Compare
Choose a tag to compare
  • Support PHP 8

Release V4

25 Oct 23:04
Compare
Choose a tag to compare
  • Drop PHP < 7.2
  • Drop Laravel < 6

v3.0.2

26 Apr 03:53
Compare
Choose a tag to compare
     add missing use statement

v3.0.1: TwitterProvider(OAuth1) additional query string (#162)

23 Apr 05:05
Compare
Choose a tag to compare
* TwitterProvider(OAuth1) additional query string

TwitterProvider(Oauth1) doesn't compatible an additional query string regardless of having a method with().

Laracast discussion 'Is it possible to use force_login for Twitter in Laravel Socialite?'.
https://laracasts.com/discuss/channels/laravel/is-it-possible-to-use-force-login-for-twitter-in-laravel-socialite

I updating method getAuthorizationUrl().
It allows additional query strings like calling with(['fource_url'=>true]) options as well as ['lang' => 'ja'] option.

if 'SocialiteProviders\Manager\OAuth1\Server' add this function, It might be compatible any other OAuth1 providers.
Please review it. thx.

* Cord formatting.

v3.0.0

26 Jan 07:50
Compare
Choose a tag to compare
Use Manager 3.0

v2.0.2: Merge pull request #12 from mikemclin/master

22 Jul 18:44
Compare
Choose a tag to compare
Replaces authorize url with authenticate #11

v2.0.1

07 Apr 21:16
Compare
Choose a tag to compare
Add mapUserToObject method

v2.0.0

30 Mar 07:49
Compare
Choose a tag to compare
Upgrade to Manager 2.0