My app has two views :
- The main or first view that is shown when lunching app. While clicking on a vlidate button of this view, we go to second view.
- The second view on witch there is a button "login to Facebook". While clicking on this button we can log in to facebook.
But after logged in to facebook, intead of returning back to current view (second view) it return to first view (main view)
Thank you!
if (appDelegate.session.isOpen) {code on theUpdateViewif you are using the Facebook SDK. – Fabio Cardoso Mar 17 at 17:12