Thanks @gogolon213123 .
For future reference, it appears the solution is this:
In AppDelegate.FinishedLaunching(application, launchOptions)
make a call to:
Facebook.CoreKit.ApplicationDelegate.SharedInstance.FinishedLaunching(application, launchOptions);
Works for me! If only they'd make the documentation clearer ...