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.
2 parents 894e73d + 694fa20 commit 90e8af6Copy full SHA for 90e8af6
samples/Yahoo.gs
@@ -14,7 +14,7 @@ var CLIENT_SECRET = '...';
14
function run() {
15
var service = getService();
16
if (service.hasAccess()) {
17
- var url = 'https://social.yahooapis.com/v1/user/abcdef123/profile?format=json';
+ var url = 'https://social.yahooapis.com/v1/user/me/profile?format=json';
18
var response = UrlFetchApp.fetch(url, {
19
headers: {
20
'Authorization': 'Bearer ' + service.getAccessToken()
0 commit comments