File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class TumblrOAuth {
15
15
/* Contains the last API call. */
16
16
public $ url ;
17
17
/* Set up the API root URL. */
18
- public $ host = "http ://api.tumblr.com/v2/ " ;
18
+ public $ host = "https ://api.tumblr.com/v2/ " ;
19
19
/* Set timeout default. */
20
20
public $ timeout = 30 ;
21
21
/* Set connect timeout. */
@@ -39,10 +39,10 @@ class TumblrOAuth {
39
39
/**
40
40
* Set API URLS
41
41
*/
42
- function accessTokenURL () { return 'http ://www.tumblr.com/oauth/access_token ' ; }
43
- function authenticateURL () { return 'http ://www.tumblr.com/oauth/authorize ' ; }
44
- function authorizeURL () { return 'http ://www.tumblr.com/oauth/authorize ' ; }
45
- function requestTokenURL () { return 'http ://www.tumblr.com/oauth/request_token ' ; }
42
+ function accessTokenURL () { return 'https ://www.tumblr.com/oauth/access_token ' ; }
43
+ function authenticateURL () { return 'https ://www.tumblr.com/oauth/authorize ' ; }
44
+ function authorizeURL () { return 'https ://www.tumblr.com/oauth/authorize ' ; }
45
+ function requestTokenURL () { return 'https ://www.tumblr.com/oauth/request_token ' ; }
46
46
47
47
/**
48
48
* Debug helpers
You can’t perform that action at this time.
0 commit comments