My app brings up a modal UIView with a button to allow a user to authenticate with Facebook. After the user switches to the Facebook app, gets authenticated, then is sent back to my app, I want this modal view to get dismissed automatically.
How can I tell the user authenticated successfully and then dismiss the controller?
I'm guessing I should do something with the notification center, but I'm not sure what.