You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
T.post('statuses/update', {in_reply_to_status_id: tweet.id_str , status: `@${tweet.user.screen_name} your scene is here https://s3.amazonaws.com/gurivr/s/${res.data._id}.html` }, function(err, data, response) {});
});
}
} else {
axios.post('https://gurivr.com/api/stories', {
title: 'GuriVR - Twitter',
text: tweet.text,
store: false
}).then(res => {
if (res.data.length) {
axios.post('https://gurivr.com/api/stories', {
title: 'GuriVR - Twitter',
text: tweet.text
}).then(res => {
T.post('statuses/update', {in_reply_to_status_id: tweet.id_str , status: `@${tweet.user.screen_name} your scene is here https://s3.amazonaws.com/gurivr/s/${res.data._id}.html` }, function(err, data, response) {});