We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b08bca5 + bd4f673 commit ee93abeCopy full SHA for ee93abe
1 file changed
src/OAuth2/Provider/Reddit.php
@@ -23,12 +23,12 @@ public function getBaseUri()
23
24
public function getAuthorizeUri()
25
{
26
- return 'https://ssl.reddit.com/api/v1/authorize';
+ return 'https://www.reddit.com/api/v1/authorize';
27
}
28
29
public function getRequestTokenUri()
30
31
- return 'https://ssl.reddit.com/api/v1/access_token';
+ return 'https://www.reddit.com/api/v1/access_token';
32
33
34
public function getName()
0 commit comments