I have found that in the Facebook.m class I can do this:
[self authorizeWithFBAppAuth:NO safariAuth:NO];
I changed each of these from YES to NO as I don't want to user to leave my application to authorise my application.
However now having done that I get no in-app prompt of any kind to authorise, so how can I authorise myself now inside my application without the user going to either Safari or the Facebook app to authorise?
Thanks.