Update public Feedly sandbox OAuth secrets.

This commit is contained in:
Kiel Gillard 2019-12-04 09:29:43 +11:00
parent dad8b39ea9
commit f7375a9c8e
1 changed files with 3 additions and 2 deletions

View File

@ -25,10 +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 November 30 2019.
/// They are due to expire on January 31 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: "ReVGXA6WekanCxbf")
secret: "nZmS4bqxgRQkdPks")
}
}