This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
To use you need to create an application on Github at https://github.com/settings/developers | |
The callback in this needs to be set to https://script.google.com/macros/d/{SCRIPT ID}/usercallback | |
Where {SCRIPT ID} is the ID of the script that is using this library. You can find your script's ID in the Apps Script code editor by clicking on the menu item "File > Project properties". | |
In this example code I've stored the apllicaitons clientId and clientSecret in the Script Properties: | |
- git_clientId | |
- git_clientSecret |