我可以将其他参数附加到 oauth url 吗?

发布于 2024-10-03 00:55:14 字数 63 浏览 2 评论 0原文

当 oauth 重定向从 Twitter 返回时,我需要取回数据。是否可以向 oauth URL 附加附加参数?

I need to get data back when the oauth redirect returns from Twitter. Is it possible to append additional parameters to the oauth URL?

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

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

发布评论

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

评论(2

落墨 2024-10-10 00:55:14

是的。当您获取请求令牌时,您可以使用参数设置callback_url,并且当用户返回callback_url时,参数应该仍然存在。

Yes. You can set a callback_url with paramaters when you get a request token and when the user returns to the callback_url the parameters should still be there.

明媚如初 2024-10-10 00:55:14

每个 Twitter 资源仅接受某些参数。 Twitter OAuth 资源页面上列出了必需和可选参数。例如,请参阅公共时间线资源

Each Twitter resource only accepts certain parameters. Required and optional parameters are listed on the Twitter OAuth resource pages. For example see Public Time line Resource

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