SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
487 stars 435 forks source link

Facebook Limited Login support #1213

Open krokyze opened 1 month ago

krokyze commented 1 month ago

Recently Facebook made some breaking changes in their iOS SDK, more info here: https://developers.facebook.com/blog/post/2024/05/09/fb-login-sdk-update

Here's some discussions about it: https://github.com/facebook/facebook-ios-sdk/issues/2365

So currently it's impossible to use latest v17 Facebook iOS SDK with Socialite Facebook Provider.

atymic commented 3 weeks ago

Is there a solution to this issue?

krokyze commented 3 weeks ago

Is there a solution to this issue?

Well there's currently one proposed solution: https://github.com/facebook/facebook-ios-sdk/issues/2365#issuecomment-2078743846

I guess the provider should support both limited and the existing auth options.