You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.4
Facebook iOS SDK version
17.0.1
Dependency Manager
SPM
SDK Framework
Core
Goals
I want the Facebook app to redirect back to my app after login process is initialized while logged out on the Facebook app.
Expected results
I want the Facebook app to redirect back to my app.
Actual results
Facebook app stays in place, directs me to the home page.
Steps to reproduce
-Log out of Facebook on web and the mobile app
-Log in using the Facebook Login button placed inside the app
-See that the redirect mechanism back to the main app is broken, but it works fine if the user is already logged in on the FB app
I encountered the same issue too.
This bug occurs in the latest version of the Facebook app, version: 472.0.0.25.107
If Facebook is already logged in, it is ok.
If Facebook is not logged in, after clicking the login button, it will stay in the Facebook app directly without jumping back to our app, and the "open:url" api in the appdelegate file will not be triggered.
Checklist before submitting a bug report
Xcode version
15.4
Facebook iOS SDK version
17.0.1
Dependency Manager
SPM
SDK Framework
Core
Goals
I want the Facebook app to redirect back to my app after login process is initialized while logged out on the Facebook app.
Expected results
I want the Facebook app to redirect back to my app.
Actual results
Facebook app stays in place, directs me to the home page.
Steps to reproduce
-Log out of Facebook on web and the mobile app
-Log in using the Facebook Login button placed inside the app
-See that the redirect mechanism back to the main app is broken, but it works fine if the user is already logged in on the FB app
Code samples & details
The text was updated successfully, but these errors were encountered: