I followed the instructions on http://www.appcoda.com/ios-programming-facebook-login-sdk/
It works, but magically
I don't understand this
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[FBLoginView class];
[FBProfilePictureView class];
return YES;
}
What does sending the class message to these classes do? I don't find it in the facebook ios documentation