mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Update Feedly's sandbox OAuth client secret.
This commit is contained in:
parent
ece6b902c8
commit
93c8a85613
@ -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")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user