In my app I have to give option to login with facebook and once the login is done from the facebook, the user should be Navigate back to the app .how it is possible..I have Installed Facebook SDK and Used the Facebook Login sample(SessionLoginSampl) in my code to login from facebook ..it works fine..
Now i want when i login sucessfully from FB it should return back to the app??
How it is possible.. if i change in the..
If(appDelegate.session.isOpen)
//navigate here for tab bar...but does not work
