Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

in Facebook official website, iphone authorization dialog is official image

while when I work follow its steps(iOS for iPhone/iPad): http://developers.facebook.com/docs/guides/mobile/ I got the authorization dialog as follows which is the same as Mobile Web.

Who can tell me why? How can I get authorization dialog as the iphone one in Facebook official website?

local test image

share|improve this question

1 Answer

up vote 0 down vote accepted

On the latest versions of iOS on the device and if Facebook app is installed on the device there will be login dialog. If Facebook app is not installed, then it will open Safari to obtain the access token. This is by design of Facebook iOS SDK. You can patch the SDK if you don't want Safari in in any case.

see authorizeWithFBAppAuth method in Facebook.m

hope this helps

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.