Pinterest OAuth API 没有重定向?
Pinterest OAuth API not redirecting?
我一直在 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, not my redirect_uri. I've double-checked that the URI matches in my app configuration on https://developers.pinterest.com。
我也用 Paw 试过,结果一样。
就好像 OAuth 上下文被忽略了,它只是被当作普通的网络登录。还有其他人看到了吗?
该问题似乎已在服务器端修复。
我一直在 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, not my redirect_uri. I've double-checked that the URI matches in my app configuration on https://developers.pinterest.com。
我也用 Paw 试过,结果一样。
就好像 OAuth 上下文被忽略了,它只是被当作普通的网络登录。还有其他人看到了吗?
该问题似乎已在服务器端修复。