[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[coco8fb-ios] 00 Accessing FB application delegate

"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