質問編集履歴
2
試したことを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -265,4 +265,7 @@
|
|
265
265
|
function Tweet(){
|
266
266
|
Twitter.tweet("Test Tweet");
|
267
267
|
}
|
268
|
-
```
|
268
|
+
```
|
269
|
+
|
270
|
+
###試したこと
|
271
|
+
iamge_uploadに引数として画像のURLやbase64に変換した画像のデータを与えてみましたが,何もツイートされませんでした.
|
1
リンクの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
画像はGoogleDriveもしくは他のオンライン上にあるものを使用したいと考えております.
|
4
4
|
|
5
5
|
サイト
|
6
|
-
http://yukiblg777.blog.fc2.com/blog-entry-47.html
|
6
|
+
[http://yukiblg777.blog.fc2.com/blog-entry-47.html](http://yukiblg777.blog.fc2.com/blog-entry-47.html)
|
7
|
-
https://kijtra.com/article/twitter-api-for-google-apps-script-without-oauthconfig/
|
7
|
+
[https://kijtra.com/article/twitter-api-for-google-apps-script-without-oauthconfig/](https://kijtra.com/article/twitter-api-for-google-apps-script-without-oauthconfig/)
|
8
8
|
|
9
9
|
お力添え,よろしくお願い致します.
|
10
10
|
|