質問編集履歴
4
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
###上記の説明
|
38
38
|
・clientはApplicationControllerで定義している変数で、認証したユーザーのツイート一覧が入っている。
|
39
|
-
・@client.home_timeline({count: 5})は、clientからhome_timeline(twitter gemメソッド)を使いツイートを5件取得し、full_text(twitter gemメソッド)を使いhogeに入っているツイートを表示する、という処理をする。
|
39
|
+
・@client.home_timeline({count: 5})は、clientからhome_timeline(twitter gemのメソッド)を使いツイートを5件取得し、full_text(twitter gemのメソッド)を使いhogeに入っているツイートを表示する、という処理をする。
|
40
40
|
|
41
41
|
###補足情報(言語/FW/ツール等のバージョンなど)
|
42
42
|
rails 4.2.6
|
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
###上記の説明
|
38
38
|
・clientはApplicationControllerで定義している変数で、認証したユーザーのツイート一覧が入っている。
|
39
|
-
・@client.home_timeline({count: 5})は、clientから(twitter gem
|
39
|
+
・@client.home_timeline({count: 5})は、clientからhome_timeline(twitter gemメソッド)を使いツイートを5件取得し、full_text(twitter gemメソッド)を使いhogeに入っているツイートを表示する、という処理をする。
|
40
40
|
|
41
41
|
###補足情報(言語/FW/ツール等のバージョンなど)
|
42
42
|
rails 4.2.6
|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
```
|
36
36
|
|
37
37
|
###上記の説明
|
38
|
-
・clientはApplicationControllerで定義している変数で、認証したユーザーの
|
38
|
+
・clientはApplicationControllerで定義している変数で、認証したユーザーのツイート一覧が入っている。
|
39
39
|
・@client.home_timeline({count: 5})は、clientから(twitter gemのメソッド)home_timelineを使いツイートを5件取得し、(twitter gemのメソッド)full_textを使いhogeに入っているツイートを表示する、という処理をする。
|
40
40
|
|
41
41
|
###補足情報(言語/FW/ツール等のバージョンなど)
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,7 +10,6 @@
|
|
10
10
|
```
|
11
11
|
・twitter認証
|
12
12
|
・ツイート取得
|
13
|
-
つぶやき https://t.co~~~(略
|
14
13
|
```
|
15
14
|
###ツイート取得結果
|
16
15
|
|