We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e07e2 commit 4700149Copy full SHA for 4700149
samples/LinkedIn.gs
@@ -42,7 +42,10 @@ function getService() {
42
// Set the client ID and secret.
43
.setClientId(CLIENT_ID)
44
.setClientSecret(CLIENT_SECRET)
45
-
+
46
+ // Set the scope of the request.
47
+ .setScope('r_network')
48
49
// Set the name of the callback function that should be invoked to
50
// complete the OAuth flow.
51
.setCallbackFunction('authCallback')
0 commit comments