I've just done analyze on my project in Xcode and get this warning:
LIALinkedInAuthorizationViewController.m:77:1: warning: The 'viewDidAppear:' instance method in UIViewController subclass 'LIALinkedInAuthorizationViewController' is missing a [super viewDidAppear:] call
It seems that you forgot to use super method. May be it's worth fixing?