質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,6 +58,8 @@
|
|
58
58
|
|
59
59
|
print("done")
|
60
60
|
|
61
|
+
//実行されない
|
62
|
+
|
61
63
|
let swifter = Swifter(consumerKey: TWITTER_CONSUMER_KEY, consumerSecret: TWITTER_CONSUMER_SECRET, oauthToken: tokenKey!, oauthTokenSecret: tokenSecret!)
|
62
64
|
|
63
65
|
Firestore.firestore().collection("user").document(UserDefaults.standard.string(forKey: "chatroom")!).getDocument{document,err in
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,6 +32,8 @@
|
|
32
32
|
|
33
33
|
print("success")
|
34
34
|
|
35
|
+
//実行されない
|
36
|
+
|
35
37
|
guard let accessToken = accessToken else { return }
|
36
38
|
|
37
39
|
self.appStatus.twitterTokenKey = accessToken.key
|
@@ -45,6 +47,8 @@
|
|
45
47
|
print(error)
|
46
48
|
|
47
49
|
print("error")
|
50
|
+
|
51
|
+
//実行されない
|
48
52
|
|
49
53
|
})
|
50
54
|
|