質問編集履歴

3

誤字

2019/03/20 08:19

投稿

_cocapeach
_cocapeach

スコア20

test CHANGED
@@ -1 +1 @@
1
- gおじ(Objective-C) Twitter-Kitでのログインで403が出る
1
+ (Objective-C) Twitter-Kitでのログインで403が出る
test CHANGED
File without changes

2

誤字

2019/03/20 08:19

投稿

_cocapeach
_cocapeach

スコア20

test CHANGED
@@ -1 +1 @@
1
- (Objective-C) Twitter-Kitでのログインで403が出る
1
+ gおじ(Objective-C) Twitter-Kitでのログインで403が出る
test CHANGED
@@ -38,24 +38,6 @@
38
38
 
39
39
  NSLog(@"signed in as %@", [session userName]);
40
40
 
41
-
42
-
43
- // ユーザ名
44
-
45
- NSString* userName = [session userName];
46
-
47
- // ユーザID
48
-
49
- NSString* userId = [session userID];
50
-
51
-
52
-
53
-        [self twiiterSingupWithNickname:userName email:userId password:passWord];
54
-
55
-
56
-
57
-
58
-
59
41
  } else {
60
42
 
61
43
  NSLog(@"error: %@", [error localizedDescription]);

1

誤字

2019/03/20 08:04

投稿

_cocapeach
_cocapeach

スコア20

test CHANGED
File without changes
test CHANGED
@@ -48,10 +48,6 @@
48
48
 
49
49
  NSString* userId = [session userID];
50
50
 
51
- // パスワード
52
-
53
- NSString *passWord = [NSString stringWithFormat:@"%@otsuko", userId];
54
-
55
51
 
56
52
 
57
53
         [self twiiterSingupWithNickname:userName email:userId password:passWord];