I am testing pinterest api http://pinterest.com/developers/api/
here on above url in authentication section it says i have to redirect users to pinterest Authentication screen. but when i redirect users o this url(with my client_id and redirect_url)
https://pinterest.com/oauth/authorize/?client_id=12345456&redirect_uri=YOUR_REDIRECT_URI&scope=read
it returns 404 error? what is wrong here?
This is the response I received from them the other day:
I wish they'd note this on the docs.