質問編集履歴

1

個人情報丸出しだったのを修正

2018/06/20 11:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
 
60
60
 
61
- let errorAlert = UIAlertController(title: "Oooops", message: "エラーが発生しました。通信状況などを確認してください。(error.localizedDescription)", preferredStyle: .alert)
61
+ let errorAlert = UIAlertController(title: "Oooops", message: "エラーが発生しました。(error.localizedDescription)", preferredStyle: .alert)
62
62
 
63
63
  let okAction = UIAlertAction(title: "閉じる", style: .default, handler: nil)
64
64
 
@@ -96,7 +96,7 @@
96
96
 
97
97
  print("ERROR OMG(result)")
98
98
 
99
- // AppDelegate.instance().dismissActivityIndicator()
99
+
100
100
 
101
101
  break
102
102
 
@@ -104,15 +104,11 @@
104
104
 
105
105
  }
106
106
 
107
- case .cancelled: // Facebook へのログインがキャンセルされた
107
+ case .cancelled: // Facebook へのログインがキャンセルされた
108
-
109
- // AppDelegate.instance().dismissActivityIndicator()
110
108
 
111
109
  break
112
110
 
113
111
  case .failed: // Facebook へのログインが失敗した
114
-
115
- // AppDelegate.instance().dismissActivityIndicator()
116
112
 
117
113
  break
118
114
 
@@ -144,13 +140,13 @@
144
140
 
145
141
  "is_silhouette" = 0;
146
142
 
147
- url = "https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=2091500631114271&height=50&width=50&ext=1529754550&hash=AeQahsNNis9lY5Af";
143
+ url = "https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=2091500631114271&height=50&width=50&ext=1529754550&hash=◯◯◯";
148
144
 
149
145
  width = 50;
150
146
 
151
147
  };
152
148
 
153
- }, "last_name": Kawabe, "email": tanosiku_ikiru@icloud.com, "id": 2091500631114271, "first_name": Imagine]
149
+ }, "last_name": ◯◯◯, "email": ◯◯◯, "id": ◯◯◯, "first_name": ◯◯◯]
154
150
 
155
151
 
156
152