问题标签 [23andme-api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
176 浏览

php - 23andMe API 认证通过 PHP

我遵循 23andMe API 身份验证指南,并使用以下代码将我的用户发送到 23andMe 进行身份验证和授权:

使用 Chrome DevTools,一旦访问上述页面,我可以看到以下 3 个 URL,并且用户授权访问:

所以我可以看到已经生成了 code 参数(在这种情况下给定了 value 30edd45deb5f42d4bb7bd8413866。这个值应该给下面的代码(as $_GET["code"]),但它会导致 500 错误:

现在 500 的响应是:

感谢任何有关故障排除的建议。