Facebook Android SDK always shows web auth dialog instead of native auth dialog / single sign on -


I am using the 3.0 version of Android-SDK with GitHub in the Android app.

For any reason, while authenticating, the Facebook SDK always shows "Web dialog" to manually enter a username and password, rather than using native dialogue created with single sign in Instead of

When entering the username and password, the app has successfully certified and everything works, but for some reason the SSO never seems to work.

How is this any idea about troubleshooting? No Facebook error message in the log is called.

It looks like you have a Facebook app in your phone Not so, therefore, the Android SDK has to use the web dialog. Another case is that you are log people logging behavior session. SPPR_SSO, try to convert it into the SSO_mini_flackback. For more information, take a look at

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -