If i have installed more than 2 app using same facebook app id, after login any app using facebook credentials it open the random app, and when I debug the code it did not call the login app below methode.
- (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
sourceApplication:(NSString *)sourceApplication
annotation:(id)annotation
{
}
its called the existing app this method and open random app with same facebook app id used.