Ignore:
Timestamp:
Jun 28, 2014, 6:21:12 PM (10 years ago)
Author:
mistic100
Message:

fix Yahoo, add 500px

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/include/hybridauth/Hybrid/Providers/Yahoo.php

    r20293 r28826  
    2525
    2626                // Provider api end-points
    27                 $this->api->api_base_url      = 'http://social.yahooapis.com/v1/';
     27                $this->api->api_base_url      = 'https://social.yahooapis.com/v1/';
    2828                $this->api->authorize_url     = 'https://api.login.yahoo.com/oauth/v2/request_auth';
    2929                $this->api->request_token_url = 'https://api.login.yahoo.com/oauth/v2/get_request_token';
Note: See TracChangeset for help on using the changeset viewer.