LROAuth2Client
LROAuth2Client copied to clipboard
LRURLRequestOperation's completionBlock execute in main thread should be better
[operation setCompletionBlock:^{
dispatch_async(dispatch_get_main_queue(),^{
[self handleCompletionForAuthorizationRequestOperation:blockOperation];
});
}];