我需要在字段中输入什么来获取 Yahoo API 密钥?
它询问应用程序 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应用程序 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