- Fix Facebook

This commit is contained in:
Giuseppe Nucifora 2017-02-14 21:00:03 +01:00
parent 24fe937fac
commit 0f7d60d908
2 changed files with 1 additions and 4 deletions

View File

@ -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'

View File

@ -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);