我一直在iOS应用中使用Pinterest REST API。我使用嵌入式UIWebView并通过加载此URL(编辑了client_id和redirect_uri值)来启动身份验证过程:
https://api.pinterest.com/oauth/
?client_id=1234567890
&scope=read_public,read_relationships
&redirect_uri=https%3A%2F%mysite.com%2Foauth%2Fpinterest
&state=E95D914D-78B5-4E16-B8AA-8BD0774CC347
&response_type=code
直到最近,这种方法仍然有效。现在,显示Pinterest登录页面,但登录后,我被重定向到https://www.pinterest.com,而不是我的redirect_uri。我在https://developers.pinterest.com上的应用配置中仔细检查了URI是否匹配。
我也尝试使用Paw,结果相同。
就好像忽略了OAuth上下文一样,它只是被视为普通的Web登录。还有其他人看到这个吗?
答案 0 :(得分:1)
问题似乎已在服务器端修复。