Adds PayPal howto

This commit is contained in:
Tim Messerschmidt
2014-01-27 12:34:42 -08:00
parent cdb73bf261
commit a060211375

View File

@ -43,7 +43,7 @@ Features
- Change Password - Change Password
- Link multipleOAuth 2.0 strategies to one account - Link multipleOAuth 2.0 strategies to one account
- Delete Account - Delete Account
- **API Examples**: Facebook, Foursquare, Last.fm, Tumblr, Twitter, and more. - **API Examples**: Facebook, Foursquare, Last.fm, Tumblr, Twitter, PayPal, and more.
Prerequisites Prerequisites
------------- -------------
@ -112,6 +112,15 @@ Obtaining API Keys
- Select **Website** - Select **Website**
- Enter `http://localhost:3000` for *Site URL* - Enter `http://localhost:3000` for *Site URL*
<img src="https://www.paypalobjects.com/webstatic/developer/logo_paypal-developer_beta.png" width="200">
- Visit [PayPal Developer](https://developer.paypal.com/)
- Log in using your existing PayPal account
- Click **Applications > Create App** in the navigation bar
- Enter *Application Name*, then click **Create app**
- Copy and paste *Client ID* and *Secret* keys into `config/secrets.js`
- *App ID* is **client_id**, *App Secret* is **client_secret**
- Change **host** to api.paypal.com if you want to test against production and use the live credentials
*TODO: Add Twitter and GitHub instructions.* *TODO: Add Twitter and GitHub instructions.*
Project Structure Project Structure