I am implementing login with Facebook. When I clic...
# ios
d
I am implementing login with Facebook. When I click the login with Facebook button, it will redirect to a browser fb page. But without knowing my credentials, however, I have the fb app installed on my device. How can I avoid the browser page to ask for my email and password?
a
Normally you need to specify URL Types in Info.plst to which you app is trying to connect. That may also be connected with Facebook App. You can check how to setup Facebook iOS SDK in the guideline. Make sure you did all the steps properly. https://developers.facebook.com/docs/ios/getting-started/