I am integrating login with Facebook functionality in my app. Before iOS 9 it works like charm.
Before: If device has native facebook app installed and login, then login with Facebook button opens native app otherwise opens safari browser.
Now:
If device has native facebook app installed and login, then login with Facebook button opens SFSafariViewController in app.
I have updated facebook sdk to 4.7 (latest),
Update: How should i disable SFSafariViewController from opening and open native app for login (if native app is available.)
please help me what to do now. Thanks in Advanced
