roughike/flutter_facebook_login

I wanna want to know is this Plugin still support latest Facebook SDK..?

Opened this issue ยท 7 comments

Update FB Login SDK to version 8.2+ by Oct. 5 Update FB Login SDK to version 8.2+ by Oct. 5  
Update FB Login SDK to version 8.2+ by Oct. 5
 
 
We have been monitoring an uptick in phishing attempts on Android embedded browsers (also known as web views), so beginning on October 5th, we will no longer support FB Login authentication on Android embedded browsers. Prior to this date, we will continue to prevent access to Facebook Login on embedded browsers for certain users we deem high-risk in an effort to prevent malicious activity. We have been monitoring an uptick in phishing attempts on Android embedded browsers (also known as web views), so beginning on October 5th, we will no longer support FB Login authentication on Android embedded browsers. Prior to this date, we will continue to prevent access to Facebook Login on embedded browsers for certain users we deem high-risk in an effort to prevent malicious activity.
We have been monitoring an uptick in phishing attempts on Android embedded browsers (also known as web views), so beginning on October 5th, we will no longer support FB Login authentication on Android embedded browsers. Prior to this date, we will continue to prevent access to Facebook Login on embedded browsers for certain users we deem high-risk in an effort to prevent malicious activity.

Because I am using this Plugin on my App and still no idea is still support or it will not work..?

this version is using older sdk so it wont work

you can update the dependency implementation 'com.facebook.android:facebook-login:9.1.0' in build.gradle for the android

Thanks for response okay I will update it and what about iOS and how I can update for iOS or no need for iOS..?

you can update the dependency implementation 'com.facebook.android:facebook-login:9.1.0' in build.gradle for the android

@marslannasr7koncepts Did it work for you?

@marslannasr7 for ios also you can change the version in podspec file

I didn't find podspec file in my flutter project. Where is it located any idea??