This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am using facebook-ios-sdk in my iphone application. I am using its code, delegate methods in myAppViewController class.. But when I make different class for facebook code...then application crash after login Code of facebook class -(void)start{ NSLog(@"111111111"); fbAppId = @"205518692797415"; fbPermissions = [[NSArray arrayWithObjects: @"read_stream", @"offline_access",nil] retain]; facebookObj = [[Facebook [...] read more