I understand this project is technically "deprecated" and no longer maintained. But perhaps this issue can help inform others.
This library has been working pretty well up until last night - reddit changed something and https://ssl.reddit.com/api/v1/access_token no longer seems to work
|
public const string AccessUrl = "https://ssl.reddit.com/api/v1/access_token"; |
(see https://old.reddit.com/r/revancedapp/comments/1luzl05/getting_an_error_loading_page_401_when_trying_to/ and https://github.com/ReVanced/revanced-patches/issues/5387)
Apparently, this should simply be changed to https://www.reddit.com/api/v1/access_token
I understand this project is technically "deprecated" and no longer maintained. But perhaps this issue can help inform others.
This library has been working pretty well up until last night - reddit changed something and
https://ssl.reddit.com/api/v1/access_tokenno longer seems to workRedditSharp-DEPRECATED-/RedditSharp/AuthProvider.cs
Line 16 in ec17ece
(see https://old.reddit.com/r/revancedapp/comments/1luzl05/getting_an_error_loading_page_401_when_trying_to/ and https://github.com/ReVanced/revanced-patches/issues/5387)
Apparently, this should simply be changed to
https://www.reddit.com/api/v1/access_token