abacritt / angularx-social-login

Social login and authentication module for Angular 17
630 stars 388 forks source link

FB login is not working give error, something went wrong #653

Closed sdupworkuser closed 1 year ago

sdupworkuser commented 1 year ago

I am currently using version 4 on my angular 12 app. While trying to login with bellow options on fbLoginOptions, FB is throwing error like this:

Sorry, something went wrong. We're working on getting this fixed as soon as we can.

Option

const fbLoginOptions = { scope: 'pages_messaging,pages_messaging_subscriptions,email,pages_show_list,manage_pages,public_profile', return_scopes: true, enable_profile_selector: true, auth_type: 'rerequest' }; this.authService.signIn(FacebookLoginProvider.PROVIDER_ID, fbLoginOptions);

Can anyone please help me with this!

Heatmanofurioso commented 1 year ago

@sdupworkuser We've added a new master-ngx12 branch to update the V12 support. Can you test it in there, please?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.