From 863afe2f33b47e7e0922df7d82475c6d60a8b427 Mon Sep 17 00:00:00 2001 From: Bruce McPherson Date: Thu, 30 Jun 2022 18:12:25 +0100 Subject: [PATCH] updated by GasGit automation --- Service.gs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Service.gs b/Service.gs index dc55fc3..c7554a1 100644 --- a/Service.gs +++ b/Service.gs @@ -23,6 +23,12 @@ var Service = (function (service) { * this list can be added to temporarily by using Service.pockage.yourprovider = { your url pockage } */ service.pockage = { + // some of the twitter API use credentials only oauth + twitterAppOnly: { + tokenUrl: "https://api.twitter.com/oauth2/token", + basic: true, + accountType: "credential", + }, twitter: { authUrl: "https://twitter.com/i/oauth2/authorize", tokenUrl: "https://api.twitter.com/2/oauth2/token",