Closed GoogleCodeExporter closed 9 years ago
Through some testing in Simulator, which allows an easy wipe of keychain
contents,
this method seems to work for me:
- (BOOL)userHasAuthenticated
{
if ([self findValueFromKeychainUsingName:@"oauth_token_access_secret"] == nil)
{
return NO;
}
else
{
return YES;
}
}
Original comment by weeb...@gmail.com
on 11 Apr 2009 at 8:36
Original comment by karl.a...@gmail.com
on 12 Apr 2009 at 8:06
Original issue reported on code.google.com by
westb...@gmail.com
on 17 Feb 2009 at 8:51