https://github.com/rasa/opauth-paypal
PayPal strategy for Opauth
https://github.com/rasa/opauth-paypal
Last synced: 8 months ago
JSON representation
PayPal strategy for Opauth
- Host: GitHub
- URL: https://github.com/rasa/opauth-paypal
- Owner: rasa
- License: mit
- Created: 2012-11-01T20:19:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-06T05:58:00.000Z (over 12 years ago)
- Last Synced: 2023-04-01T08:24:05.342Z (over 3 years ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Opauth-Facebook
=============
[Opauth][1] strategy for Facebook authentication.
Implemented based on https://www.x.com/developers/paypal/documentation-tools/quick-start-guides/oauth-integration-paypal-access-getting
Getting started
----------------
1. Install Opauth-Paypal:
```bash
cd path_to_opauth/Strategy
git clone https://github.com/24hours/opauth-paypal.git PayPal
```
2. Create Paypal application at https://devportal.x.com/
- Select [Paypal Access] on API Scope
- Select [OAuth 2.0 / Open Id Connect] on Protocols
- set the value of "Return URL" to http://path_to_opauth/paypal/int_callback
3. Configure Opauth-Paypal strategy with at least `App ID` and `App Secret`.
4. Direct user to `http://path_to_opauth/paypal` to authenticate
Strategy configuration
----------------------
Required parameters:
```php
array(
'app_id' => 'YOUR APP ID',
'app_secret' => 'YOUR APP SECRET'
)
```
The list of permission are available on Attribute Level when registering application.
License
---------
Opauth-PayPal is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com)
[1]: https://github.com/uzyn/opauth