Skip to content

Commit 90e8af6

Browse files
author
Eric Koleda
authored
Merge pull request #62 from oshliaer/suggestion-ydn-url
Added the original YDN url for to try faster.
2 parents 894e73d + 694fa20 commit 90e8af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Yahoo.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var CLIENT_SECRET = '...';
1414
function run() {
1515
var service = getService();
1616
if (service.hasAccess()) {
17-
var url = 'https://social.yahooapis.com/v1/user/abcdef123/profile?format=json';
17+
var url = 'https://social.yahooapis.com/v1/user/me/profile?format=json';
1818
var response = UrlFetchApp.fetch(url, {
1919
headers: {
2020
'Authorization': 'Bearer ' + service.getAccessToken()

0 commit comments

Comments
 (0)