我需要在字段中输入什么来获取 Yahoo API 密钥?

发布于 2024-10-27 19:56:11 字数 75 浏览 1 评论 0原文

它询问应用程序 URL 和应用程序域,我应该在这些字段中填写什么......表单条目中的格式化建议有点令人困惑。

谢谢!

It asks for the Application URL and the application Domain what am I supposed to fill in those fields....the formatted suggestions in the form entries are a bit confusing.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤寂小茶 2024-11-03 19:56:12

应用程序 URL 通常是应用程序的主页,用户可以访问该主页以了解其功能。

应用程序域在 OAuth 流程中使用,用于在批准访问后将用户返回到您的应用程序。通常,这应该只是域,然后您将在 OAuth 调用中指定实际的重定向 URL。

例如:

应用程序 URL:http://www.example.com/myapp/
应用程序域:http://www.example.com

The Application URL is typically the homepage of your app, something users could visit to learn what it does.

The Application Domain is used in the OAuth flow to return users to your app after approving access. Typically this should just be the domain, then you'll specify the actual redirect URL in the OAuth call.

For example:

Application URL: http://www.example.com/myapp/
Application Domain: http://www.example.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文