This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Starting 3 days ago my reddit bots stopped working. I started investigating today and the reason seems to be, that the access tokens I get are not valid.
I am using php with the libraries:
- league/oauth2-client
- rtheunissen/oauth2-reddit
I have no problem authorizing my app, but I cannot even call https://oauth.reddit.com/api/v1/me
, it always results in
401: Client error:
GET https://oauth.reddit.com/api/v1/me
resulted in a401 Unauthorized
With a www-authenticate
header like this:
Bearer realm="reddit", error="invalid_token"
Even though the token has just been issued by reddit.
The authorization url is: https://ssl.reddit.com/api/v1/authorize
And the access token url is: https://ssl.reddit.com/api/v1/access_token
Has anybody a clue to whats going on? As I said it started about 3 days ago and worked like a charm before that
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redditdev/c...