Found some strange behaviour in facebook's application.
I'm working on fb authorization in my service on iPhone.
When user pressed "Login via Fb" -
a) if fb application didn't installed - it opens safari (you enter login/password - it redirects back to my application - works perfect)
b) if fb application installed and user'd already signed in - it opens app and immidiately redirecting back to my application - works perfect
c) (!!!) if fb application installed and user had NOT already signed in - user enter login/password of his fb-account, fb application signed in and do nothing.
So, 'a' and 'b' scenarious works fine, but the 'c' one...
Can it be fixed?
Thank you, Konstantin