SocialiteProviders / Providers

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

Facebook Limited Login support #1213

Open krokyze opened 5 months ago

krokyze commented 5 months 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 5 months ago

Is there a solution to this issue?

krokyze commented 5 months 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.