File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var CLIENT_ID = '...';
8
8
var CLIENT_SECRET = '...' ;
9
9
10
10
/**
11
- * Authorizes and makes a request to the LinkedIn API.
11
+ * Authorizes and makes a request to the Yahoo API.
12
12
*/
13
13
14
14
function run ( ) {
@@ -45,15 +45,15 @@ function getService() {
45
45
// Set the endpoint URLs.
46
46
. setAuthorizationBaseUrl ( 'https://api.login.yahoo.com/oauth2/request_auth' )
47
47
. setTokenUrl ( 'https://api.login.yahoo.com/oauth2/get_token' )
48
-
48
+
49
49
// Set the client ID and secret.
50
50
. setClientId ( CLIENT_ID )
51
51
. setClientSecret ( CLIENT_SECRET )
52
-
52
+
53
53
// Set the name of the callback function that should be invoked to complete
54
54
// the OAuth flow.
55
55
. setCallbackFunction ( 'authCallback' )
56
-
56
+
57
57
// Set the property store where authorized tokens should be persisted.
58
58
. setPropertyStore ( PropertiesService . getUserProperties ( ) ) ;
59
59
}
You can’t perform that action at this time.
0 commit comments