When I’m building the Facebook framework for ARC on iOS, the login dialog is opening in Safari instead of a separate dialog.
What can I do to get this to open in a separate dialog, and not in Safari when building for ARC?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Before compiling facebook api file open
facebook.mfile then go to the method[facebook authorize:nil];and set[self authorizeWithFBAppAuth:NO safariAuth:NO];and then compile it.