dirkgroenen / pinterest-api-php

A PHP wrapper for the official Pinterest API. :pushpin:
https://developers.pinterest.com/docs/getting-started/introduction/
Apache License 2.0
173 stars 76 forks source link

remove client_secret for getLoginUrl() #69

Closed ishikawam closed 6 years ago

ishikawam commented 7 years ago

getLoginUrl() doesn't need client_secret.

See https://developers.pinterest.com/docs/api/overview/#getting-your-authorization-code .

For more secure.

dirkgroenen commented 6 years ago

Thanks @ishikawam