回答編集履歴
1
f
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
stat
|
1
|
+
statuses.home_timelineに tweet_mode="extended"を指定
|
2
2
|
|
3
3
|
```python
|
4
4
|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
ツイート
|
13
|
+
ツイートデータを追加する部分で、キーに 'full_text' を指定
|
14
14
|
|
15
15
|
```python
|
16
16
|
|