Skip to content

Commit 694fa20

Browse files
committed
Added the original YDN url for to try faster.
1 parent 894e73d commit 694fa20

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)