This commit is contained in:
awfuljack
2016-06-18 02:53:23 -04:00
parent 74a8aa9ea7
commit 18b4b469a1

2
app.js
View File

@@ -104,7 +104,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response
// now we can assign alt text to the media, for use by screen readers and
// other text-based presentations and interpreters
var mediaIdStr = data.media_id_string
var altText = "Small flowers in a planter on a sunny balcony, blossoming."
var altText = "There isn't actually much point to this but whatever"
var meta_params = { media_id: mediaIdStr, alt_text: { text: altText } }
var nameID = tweet.id_str;
var name = tweet.user.screen_name;