Skip to content

Commit ee93abe

Browse files
authored
Merge pull request #197 from adriweb/patch-1
Adjust Reddit provider for updated subdomains in URLs
2 parents b08bca5 + bd4f673 commit ee93abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OAuth2/Provider/Reddit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ public function getBaseUri()
2323

2424
public function getAuthorizeUri()
2525
{
26-
return 'https://ssl.reddit.com/api/v1/authorize';
26+
return 'https://www.reddit.com/api/v1/authorize';
2727
}
2828

2929
public function getRequestTokenUri()
3030
{
31-
return 'https://ssl.reddit.com/api/v1/access_token';
31+
return 'https://www.reddit.com/api/v1/access_token';
3232
}
3333

3434
public function getName()

0 commit comments

Comments
 (0)