@@ -8,7 +8,6 @@ @implementation WordPressComServiceRemote
88- (void )createWPComAccountWithEmail : (NSString *)email
99 andUsername : (NSString *)username
1010 andPassword : (NSString *)password
11- andLocale : (NSString *)locale
1211 andClientID : (NSString *)clientID
1312 andClientSecret : (NSString *)clientSecret
1413 success : (WordPressComServiceSuccessBlock)success
@@ -21,7 +20,6 @@ - (void)createWPComAccountWithEmail:(NSString *)email
2120 [self createWPComAccountWithEmail: email
2221 andUsername: username
2322 andPassword: password
24- andLocale: locale
2523 andClientID: clientID
2624 andClientSecret: clientSecret
2725 validate: NO
@@ -32,7 +30,6 @@ - (void)createWPComAccountWithEmail:(NSString *)email
3230- (void )createWPComAccountWithEmail : (NSString *)email
3331 andUsername : (NSString *)username
3432 andPassword : (NSString *)password
35- andLocale : (NSString *)locale
3633 andClientID : (NSString *)clientID
3734 andClientSecret : (NSString *)clientSecret
3835 validate : (BOOL )validate
@@ -57,7 +54,6 @@ - (void)createWPComAccountWithEmail:(NSString *)email
5754 @" username" : username,
5855 @" password" : password,
5956 @" validate" : @(validate),
60- @" locale" : locale,
6157 @" client_id" : clientID,
6258 @" client_secret" : clientSecret
6359 };
@@ -70,7 +66,6 @@ - (void)createWPComAccountWithEmail:(NSString *)email
7066
7167// API v1 POST /users/social/new
7268- (void )createWPComAccountWithGoogle : (NSString *)token
73- andLocale : (NSString *)locale
7469 andClientID : (NSString *)clientID
7570 andClientSecret : (NSString *)clientSecret
7671 success : (WordPressComServiceSuccessBlock)success
@@ -89,7 +84,6 @@ - (void)createWPComAccountWithGoogle:(NSString *)token
8984 @" client_id" : clientID,
9085 @" client_secret" : clientSecret,
9186 @" id_token" : token,
92- @" locale" : locale,
9387 @" service" : @" google" ,
9488 @" signup_flow_name" : @" social" ,
9589 };
0 commit comments