CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

Deprecating Facebook Login support on Android WebViews and Facebook SDK =>8.2.0 #101

Closed dodocss closed 2 years ago

dodocss commented 3 years ago

There are some breaking changes going on on Facebook side.

  1. Facebook Login will no longer support using Android embedded browsers (WebViews) for logging in users
  2. Ensure your app is using version 8.2.0 or later of the Facebook SDK for Android

As this library has dependencies to Facebook.Android components ( https://github.com/xamarin/FacebookComponents/tree/main/Facebook.Android ), it's worth mentioning that there is a work going on related with update to the latest Facebook SDK: https://github.com/xamarin/FacebookComponents/pull/214

Can we expect, that the plugin will be updated accordingly, before the final deprecation before 5.10.2021?

Balaji-Android commented 3 years ago

Facing same issue, it would be grateful if we got any update.

lucasauditore commented 2 years ago

After getting the Facebook web views deprecation error, I installed nuget package Xamarin.Facebook.Android v7.1.0 in the Xamarin.Android project, now the plugin seems to be working again

dodocss commented 2 years ago

Just the update from dependent library: https://github.com/xamarin/FacebookComponents/releases/tag/FacebookAndroid-20211019 Xamarin.Facebook.Android v11.2 is here. Can we expect that this library will be updated accordingly?

rdelrosario commented 2 years ago

New version released!

dodocss commented 2 years ago

Thanks a lot @rdelrosario !