From 93c8a8561307f98506680cdcfd5853c3a6ff22ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiel=20Gillard=20=F0=9F=A4=AA?= Date: Tue, 19 May 2020 14:14:17 +1000 Subject: [PATCH] Update Feedly's sandbox OAuth client secret. --- .../Account/Feedly/OAuthAuthorizationClient+Feedly.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frameworks/Account/Feedly/OAuthAuthorizationClient+Feedly.swift b/Frameworks/Account/Feedly/OAuthAuthorizationClient+Feedly.swift index 420aa5ed5..ab311ca9f 100644 --- a/Frameworks/Account/Feedly/OAuthAuthorizationClient+Feedly.swift +++ b/Frameworks/Account/Feedly/OAuthAuthorizationClient+Feedly.swift @@ -25,11 +25,11 @@ extension OAuthAuthorizationClient { /// See https://developer.feedly.com/v3/sandbox/ for more information. /// The return value models public sandbox API values found at: /// https://groups.google.com/forum/#!topic/feedly-cloud/WwQWMgDmOuw - /// They are due to expire on January 31 2020. + /// They are due to expire on May 31st 2020. /// Verify the sandbox URL host in the FeedlyAPICaller.API.baseUrlComponents method, too. return OAuthAuthorizationClient(id: "sandbox", redirectUri: "urn:ietf:wg:oauth:2.0:oob", state: nil, - secret: "nZmS4bqxgRQkdPks") + secret: "4ZfZ5DvqmJ8vKgMj") } }