Home
last modified time | relevance | path

Searched refs:https (Results 1926 – 1950 of 2694) sorted by path

1...<<71727374757677787980>>...108

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DTwitter.php17 const ENDPOINT_AUTHENTICATE = "https://api.twitter.com/oauth/authenticate";
18 const ENDPOINT_AUTHORIZE = "https://api.twitter.com/oauth/authorize";
32 $this->baseApiUri = new Uri('https://api.twitter.com/1.1/');
41 return new Uri('https://api.twitter.com/oauth/request_token');
76 return new Uri('https://api.twitter.com/oauth/access_token');
H A DXing.php26 $this->baseApiUri = new Uri('https://api.xing.com/v1/');
35 return new Uri('https://api.xing.com/v1/authorize');
43 return new Uri('https://api.xing.com/v1/access_token');
51 return new Uri('https://api.xing.com/v1/request_token');
H A DYahoo.php27 $this->baseApiUri = new Uri('https://social.yahooapis.com/v1/');
36 return new Uri('https://api.login.yahoo.com/oauth/v2/get_request_token');
44 return new Uri('https://api.login.yahoo.com/oauth/v2/request_auth');
52 return new Uri('https://api.login.yahoo.com/oauth/v2/get_token');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAmazon.php17 * @link https://images-na.ssl-images-amazon.com/images/G/01/lwa/dev/docs/website-developer-guide._TTH_.pdf
23 * @link https://images-na.ssl-images-amazon.com/images/G/01/lwa/dev/docs/website-developer-guide._TTH_.pdf
38 $this->baseApiUri = new Uri('https://api.amazon.com/');
47 return new Uri('https://www.amazon.com/ap/oa');
55 return new Uri('https://www.amazon.com/ap/oatoken');
H A DBattleNet.php20 * @link https://dev.battle.net/docs
28 * @link https://dev.battle.net/docs
30 const API_URI_US = 'https://us.api.battle.net/';
31 const API_URI_EU = 'https://eu.api.battle.net/';
32 const API_URI_KR = 'https://kr.api.battle.net/';
33 const API_URI_TW = 'https://tw.api.battle.net/';
34 const API_URI_CN = 'https://api.battlenet.com.cn/';
35 const API_URI_SEA = 'https://sea.api.battle.net/';
60 case self::API_URI_US: return 'https://us.battle.net/oauth/';
61 case self::API_URI_EU: return 'https
[all...]
H A DBitly.php25 $this->baseApiUri = new Uri('https://api-ssl.bitly.com/v3/');
34 return new Uri('https://bitly.com/oauth/authorize');
42 return new Uri('https://api-ssl.bitly.com/oauth/access_token');
H A DBox.php17 * @link https://developers.box.com/oauth/
31 $this->baseApiUri = new Uri('https://api.box.com/2.0/');
40 return new Uri('https://www.box.com/api/oauth2/authorize');
48 return new Uri('https://www.box.com/api/oauth2/token');
H A DBuffer.php16 * @link https://bufferapp.com/developers/api
29 $this->baseApiUri = new Uri('https://api.bufferapp.com/1/');
38 return new Uri('https://bufferapp.com/oauth2/authorize');
46 return new Uri('https://api.bufferapp.com/1/oauth2/token.json');
H A DDailymotion.php59 $this->baseApiUri = new Uri('https://api.dailymotion.com/');
68 return new Uri('https://api.dailymotion.com/oauth/authorize');
76 return new Uri('https://api.dailymotion.com/oauth/token');
H A DDeezer.php58 $this->baseApiUri = new Uri('https://api.deezer.com/');
67 return new Uri('https://connect.deezer.com/oauth/auth.php');
75 return new Uri('https://connect.deezer.com/oauth/access_token.php');
H A DDelicious.php7 * @link https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md
25 * @link https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md
46 $this->baseApiUri = new Uri('https://api.del.icio.us/v1/');
55 return new Uri('https://delicious.com/auth/authorize');
64 return new Uri('https://avosapi.delicious.com/api/v1/oauth/token');
H A DDeviantArt.php19 const WWW_URL = 'https://www.deviantart.com/';
26 * @link https://www.deviantart.com/developers/authentication
27 * @link https://www.deviantart.com/developers/http/v1/20150217
46 $this->baseApiUri = new Uri('https://www.deviantart.com/api/v1/oauth2/');
55 return new Uri('https://www.deviantart.com/oauth2/authorize');
63 return new Uri('https://www.deviantart.com/oauth2/token');
H A DDropbox.php17 * @link https://www.dropbox.com/developers/core/docs
31 $this->baseApiUri = new Uri('https://api.dropbox.com/1/');
65 return new Uri('https://www.dropbox.com/1/oauth2/authorize');
73 return new Uri('https://api.dropbox.com/1/oauth2/token');
H A DFacebook.php19 const WWW_URL = 'https://www.facebook.com/';
26 * @link https://developers.facebook.com/docs/reference/login/
27 * @link https://developers.facebook.com/tools/explorer For a list of permissions use 'Get Access Token'
136 $this->baseApiUri = new Uri('https://graph.facebook.com'.$this->getApiVersionString().'/');
145 return new Uri('https://www.facebook.com'.$this->getApiVersionString().'/dialog/oauth');
153 return new Uri('https://graph.facebook.com'.$this->getApiVersionString().'/oauth/access_token');
H A DFoursquare.php27 $this->baseApiUri = new Uri('https://api.foursquare.com/v2/');
36 return new Uri('https://foursquare.com/oauth2/authenticate');
44 return new Uri('https://foursquare.com/oauth2/access_token');
H A DGitHub.php137 $this->baseApiUri = new Uri('https://api.github.com/');
146 return new Uri('https://github.com/login/oauth/authorize');
154 return new Uri('https://github.com/login/oauth/access_token');
H A DGoogle.php18 * https://developers.google.com/oauthplayground/
27 const SCOPE_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email';
28 const SCOPE_USERINFO_PROFILE = 'https://www.googleapis.com/auth/userinfo.profile';
31 const SCOPE_GPLUS_ME = 'https://www.googleapis.com/auth/plus.me';
32 const SCOPE_GPLUS_LOGIN = 'https://www.googleapis.com/auth/plus.login';
33 const SCOPE_GPLUS_CIRCLES_READ = 'https://www.googleapis.com/auth/plus.circles.read';
34 const SCOPE_GPLUS_CIRCLES_WRITE = 'https://www.googleapis.com/auth/plus.circles.write';
35 const SCOPE_GPLUS_STREAM_READ = 'https://www.googleapis.com/auth/plus.stream.read';
36 const SCOPE_GPLUS_STREAM_WRITE = 'https://www.googleapis.com/auth/plus.stream.write';
37 const SCOPE_GPLUS_MEDIA = 'https
[all...]
H A DHarvest.php27 $this->baseApiUri = new Uri('https://api.harvestapp.com/');
60 return new Uri('https://api.harvestapp.com/oauth2/authorize');
68 return new Uri('https://api.harvestapp.com/oauth2/token');
H A DHeroku.php17 * @link https://devcenter.heroku.com/articles/oauth
23 * @link https://devcenter.heroku.com/articles/oauth#scopes
45 $this->baseApiUri = new Uri('https://api.heroku.com/');
54 return new Uri('https://id.heroku.com/oauth/authorize');
62 return new Uri('https://id.heroku.com/oauth/token');
H A DHubic.php7 * @link https://api.hubic.com/docs/
25 * @link https://api.hubic.com/docs/
59 $this->baseApiUri = new Uri('https://api.hubic.com/');
68 return new Uri('https://api.hubic.com/oauth/auth');
77 return new Uri('https://api.hubic.com/oauth/token');
H A DInstagram.php36 $this->baseApiUri = new Uri('https://api.instagram.com/v1/');
45 return new Uri('https://api.instagram.com/oauth/authorize/');
53 return new Uri('https://api.instagram.com/oauth/access_token');
H A DJawboneUP.php17 * @link https://jawbone.com/up/developer/authentication
25 * @link https://jawbone.com/up/developer/authentication
62 $this->baseApiUri = new Uri('https://jawbone.com/nudge/api/v.1.1/');
96 return new Uri('https://jawbone.com/auth/oauth2/auth');
104 return new Uri('https://jawbone.com/auth/oauth2/token');
H A DLinkedin.php46 $this->baseApiUri = new Uri('https://api.linkedin.com/v1/');
55 return new Uri('https://www.linkedin.com/uas/oauth2/authorization');
63 return new Uri('https://www.linkedin.com/uas/oauth2/accessToken');
H A DMailchimp.php42 return new Uri('https://login.mailchimp.com/oauth2/authorize');
50 return new Uri('https://login.mailchimp.com/oauth2/token');
100 $endpoint = 'https://login.mailchimp.com/oauth2/metadata?oauth_token='. $token->getAccessToken();
109 $this->baseApiUri = new Uri('https://'. $meta['dc'] .'.api.mailchimp.com/2.0/');
H A DMicrosoft.php45 * https://github.com/Lusitanian/PHPoAuthLib/issues/214
63 $this->baseApiUri = new Uri('https://apis.live.net/v5.0/');
72 return new Uri('https://login.live.com/oauth20_authorize.srf');
80 return new Uri('https://login.live.com/oauth20_token.srf');

1...<<71727374757677787980>>...108