質問編集履歴

3

ソースのコメントを変更

2017/12/01 23:08

投稿

homhom
homhom

スコア8

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  public class Test{
56
56
 
57
- static final String consumer_key = "cuYoYMQQUo5rswmietK4VzW4q";//仮です(存在しません)
57
+ static final String consumer_key = "cuYoYMQQUo5rswmietK4VzW4q";//実行時にはちゃんと存在していたkeyとsecretです。
58
58
 
59
59
  static final String consumer_secret = "hxbhMUgi0fQ0aLdL5FEKnEDY31CxqXdru32RAoFNBq2B71Uyf6";
60
60
 

2

誤字の訂正

2017/12/01 23:07

投稿

homhom
homhom

スコア8

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  public class Test{
56
56
 
57
- static final String consumer_key = "cuYoYMQQUo5rswmietK4VzW4q";
57
+ static final String consumer_key = "cuYoYMQQUo5rswmietK4VzW4q";//仮です(存在しません)
58
58
 
59
59
  static final String consumer_secret = "hxbhMUgi0fQ0aLdL5FEKnEDY31CxqXdru32RAoFNBq2B71Uyf6";
60
60
 

1

質問を追記

2017/12/01 19:21

投稿

homhom
homhom

スコア8

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,12 @@
16
16
 
17
17
 
18
18
 
19
+ #聞きたいこと・教えてほしいこと
20
+
21
+ このソースのどこに原因があるか、またその解決策を教えて頂きたいです。
22
+
23
+
24
+
19
25
 
20
26
 
21
27
  ###該当のソースコード: