我正在测试pinterest api http://pinterest.com/developers/api/
在身份验证部分的上面的URL中,它说我必须将用户重定向到pinterest身份验证屏幕.但当我重定向用户o这个网址(使用我的client_id和redirect_url)
https://pinterest.com/oauth/authorize/?client_id=12345456&redirect_uri=YOUR_REDIRECT_URI&scope=read
Run Code Online (Sandbox Code Playgroud)
它返回404错误?这有什么不对?