- Fix Facebook
This commit is contained in:
parent
24fe937fac
commit
0f7d60d908
@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'PNObject'
|
||||
s.version = '1.3.0'
|
||||
s.version = '1.3.1'
|
||||
s.summary = 'PNObject is a simple replica of the more complex ParseObject'
|
||||
|
||||
|
||||
|
||||
@ -323,9 +323,6 @@ static bool isFirstAccess = YES;
|
||||
[user setFacebookId:[result objectForKey:@"id"]];
|
||||
[user setFacebookUser:YES];
|
||||
[user setBirthDate:[[NSDate dateFromString:[result objectForKey:@"birthday"] withFormat:kNSDateHelperFormatSQLDateEN_shashSeparated] toLocalTime]];
|
||||
[user saveLocally];
|
||||
|
||||
USER = user;
|
||||
|
||||
if (success) {
|
||||
success(user);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user