我可以将其他参数附加到 oauth url 吗?
当 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。当您获取请求令牌时,您可以使用参数设置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.
每个 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