Google Apps Script is automatically executing Twitter’s REST API, but “code 32 Could not authenticate you” came out a few days ago despite OAuth authentication being over.
If you re-authenticate OAuth, you will be able to use it, but you will not be able to use it in less than an hour, and the cause is unknown.
Is there anyone who knows the cause?
The library used is “TwitterWebService” and the verification result is “account / verify_credentials”.
It may be difficult to read because it uses Google machine translation, thank you.
var response = service.fetch("https://api.twitter.com/1.1/account/verify_credentials.json", { method: "get",muteHttpExceptions: true});
system
closed
#2
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.