【发布时间】:2020-09-29 02:10:53
【问题描述】:
在 Twitter 的 Developer Documentation 中,我们可以阅读以下内容:
Mobile apps with app-specific protocols must use just the protocol
Example:
You want to use example://authorize as your callback URL
Add this to both your Twitter app dashboard and your call to oauth/request_token: example://
但是;在Developer's Dashboard 中,我无法输入仅协议 URL,或以 http 或 https 以外的任何 URL 开头。
我想要一个仅协议 URL 的原因是我可以在使用 OAuthSwift 访问 Web API 的 iOS 应用中使用。
有什么想法吗?
【问题讨论】: