Reply To: Own tweets don't display

Home Forums Basic setup Own tweets don't display Reply To: Own tweets don't display

#366
mhawksey
Keymaster

Hi – I’d missed that reference in the twitter docs so thanks for highlighting. Unfortunately, Google Apps Script, which powers this solution has several limitations including total server time and the length of time a script can run. Currently scripts can only run for 6 minutes. Even if you could chain execution of the script I don’t think Apps Script can keep a connection open (I think it only returns the response body after the connection has been closed by the server)