"The shared instance of FB application delegate MUST be accessible (not nil)" FBSDKApplicationDelegate sharedInstance isNil ifTrue: [ self print: '// The FB application delegate is missing. '. ^self abort ]. self print: '// Success accessing ' ,FBSDKApplicationDelegate sharedInstance