标签: asp.net-mvc-5 oauth-2.0 pinterest
我已经在MVC 5中实现了针对facebook,google的pinterest oAuth2自定义owin中间件。获取令牌后,我尝试使用用户授权端点https://api.pinterest.com/v1/me/pins/访问pinterest用户信息,它给出了以下错误:
{ “地位”:“失败”, “消息”:“授权失败。”, “代码”:3, “data”:null }