What I have and what problems have arisen:
- I have one Facebook account with a game application (every day people play)
- I have another Facebook account with a test application recently created with default settings.
- I have a Facebook application on an iPod.
- I am developing an iOS application that uses the iOS SDK for iOS.
Invalid stream:
If I use the App ID / API key from the first application, I open the application and try to log in. The Facebook SDK opens its own FB application and shows me that the screen 
I click OK and return to my iOS with this error and without an access token:
(NSError *) $0 = 0x001710f0 Error Domain=com.facebook.sdk Code=2 "The operation couldn't be completed. (com.facebook.sdk error 2.)" UserInfo=0x16d4b0 {com.facebook.sdk:ErrorLoginFailedOriginalErrorCode=210}
Valid stream:
If I use the App ID / API Key from the second (test) application, I open the application and try to log in. The Facebook SDK opens its own FB application and shows me that the screen 
I click OK and return to my iOS with a valid access token.
Application settings are the same, I do not see the differences. This problem occurred if I have my own Facebook application. If I do not have this, the Facebook SDK will open a browser and authorization will be successful with the first and second application identifier.
If anyone had such a problem, please help. Many thanks.
source share