Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
OAuth Authentication -> OAuth 2.0 Authorization
  • Loading branch information
davidchaiken authored Jul 7, 2021
1 parent b91bfc0 commit 60f72f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This repository has code that is intended to provide a quick start for working w
2. Pick one of the language directories (currently bash, nodejs and python) and follow the directions in the README file in the directory.
## OAuth Authentication
## OAuth 2.0 Authorization
Access to Pinterest APIs via User Authorization requires following a flow based on [OAuth 2.0](https://tools.ietf.org/html/rfc6749). For details regarding OAuth, please reference our [v5 developer docs](https://developers.pinterest.com/docs/v5/#tag/oauth) or [v3 developer docs](https://developers.pinterest.com/docs/redoc/#section/User-Authorization). The code in this repo demonstrates how to initiate the flow by starting a browser, and then handling the OAuth redirect to the development machine (localhost). The browser is used to obtain an authorization code, and then the code invoked by the redirect exchanges the authorization code for an access token.
Expand Down

0 comments on commit 60f72f2

Please sign in to comment.