philsturgeon / codeigniter-oauth2

NO LONGER ACTIVELY MAINTAINED. USE https://github.com/thephpleague/oauth2-client INSTEAD
http://getsparks.org/packages/oauth2/versions/HEAD/show
351 stars 178 forks source link

paypal - changed auth urls #45

Closed FDiskas closed 10 years ago

FDiskas commented 11 years ago

Authorization endpoint Old https://identity.x.com/xidentity/resources/authorize New https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/authorize

Token Service endpoint Old https://identity.x.com/xidentity/oauthtokenservice New https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/tokenservice

User profile endpoint Old https://identity.x.com/xidentity/resources/profile/me New https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/userinfo