回答編集履歴
1
キーについて追記
test
CHANGED
@@ -43,3 +43,27 @@
|
|
43
43
|
'message': 'You cannot send messages to users who are not following you.'}]}
|
44
44
|
|
45
45
|
```
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
また、大丈夫だとは思いますが、
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
```
|
54
|
+
|
55
|
+
consumer_key='',
|
56
|
+
|
57
|
+
consumer_secret='',
|
58
|
+
|
59
|
+
access_token_key='',
|
60
|
+
|
61
|
+
access_token_secret=''
|
62
|
+
|
63
|
+
```
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
の部分はご自身のTwitterでのキーを入れてあげて下さい。
|
68
|
+
|
69
|
+
(質問用に空にしてあるのであれば大丈夫です)
|