Skip to content

Commit

Permalink
updated by GasGit automation
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemcpherson committed Jun 30, 2022
1 parent 69547b8 commit 863afe2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Service.gs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 863afe2

Please sign in to comment.