How can I change the authentication dialog of facebook in iOS?
NickName:Q.u.a.n.g L. Ask DateTime:2014-06-20T10:51:07

How can I change the authentication dialog of facebook in iOS?

I'm using the facebook sdk v.3.15. When I authenticated, the Facebook App Native Login Dialog (pic 1) has been showed but I want the iOS Native Login Dialog (pic 2) to be showed. How can I do it? I have tried this link but seem it's obsolete. How to authorize user through a DIALOG with the NEW Facebook Connect iOS API?

Facebook App Native Login Dialog

iOS Native Login Dialog

Copyright Notice:Content Author:「Q.u.a.n.g L.」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/24319221/how-can-i-change-the-authentication-dialog-of-facebook-in-ios

More about “How can I change the authentication dialog of facebook in iOS?” related questions

How can I change the authentication dialog of facebook in iOS?

I'm using the facebook sdk v.3.15. When I authenticated, the Facebook App Native Login Dialog (pic 1) has been showed but I want the iOS Native Login Dialog (pic 2) to be showed. How can I do it? I...

Show Detail

Facebook iOS SDK Feed Dialog issue after authentication

I seem to be having an issue with the feed dialog, which I haven't had before. I suspect it's because of iOS 5, but I'm not sure. If the user needs authentication, he's being redirected to the Fac...

Show Detail

iOS Facebook Publish Feed Dialog doesn't show up after authentication

Thanks for reading. I went through Facebook iOS SDK Feed Dialog issue after authentication but in vain. What works: I created a sample "Hello, World" app using the Facebook iOS Tutorial with th...

Show Detail

Facebook iOS SDK and passport-facebook authentication

I'm trying to implement server facebook authentication using passport-facebook on an iOS Facebook SDK app, and I'm unclear how to setup the passport authentication on the backend. Basically the iOS

Show Detail

Getting Facebook Authentication Dialog to redirect to the original browser window running my application

I'm really new to the Facebook API and am having trouble getting the Facebook authentication dialog to redirect to the original browser window of my application. Here's the current process via client-

Show Detail

display facebook page dialog with ios sdk

I'm working with ios, and I'm trying to show a facebook page to let user like it. There is a dialog method in facebook ios sdk [facebook dialog: andDelegate:] But i can't use this method, because

Show Detail

Facebook Share Dialog in iOS

I am trying to implement the native Share dialog from Facebook in a sample application. Seem to have some problem in doing so. Things I have done so far: Included the latest Facebook SDK Include...

Show Detail

How can I login as a different user in Facebook login dialog

I managed to develop an android application to read facebook updates of the user. I am using Facebook dialog for Authentication. Once I have authenticated the user and allowed the application to ...

Show Detail

Facebook friends select dialog in iOS

I am using the Facebook SDK on iOS 8 and I would like to use the friend picker dialog but I can't find it. There seems to be no reference to it on the Facebook Developers portal. Do I have to writ...

Show Detail

Facebook SDK 3.5 - Share Dialog on iOS 5

Does anybody know if it is possible to use new Share Dialog feature on iOS 5 ? On the facebook official documentation, it is written : Note: You can only test the Share dialog on a device that ...

Show Detail