迫切需要在 C# 中使用 YQL 逐步进行基本的 oauth 签名?

发布于 2024-12-29 12:21:41 字数 374 浏览 5 评论 0原文

我正在尝试开始在 yql 中进行 oauth 签名。我正在尝试获取公共数据,但上限为 100,000 次调用。我的兴趣是雅虎财经表,例如 yahoo.finance.historicaldata。我想每天通过 C# 完全以自动化代码检索几个公共表的 xml。我之前在这里问过类似的问题,并被指出了 yql 文档,这有助于让我更熟悉所涉及的所有内容。

就像我后来遇到的许多类似的帖子一样,我不知道如何让它为我工作。一般来说,我对 Web 服务不熟悉,并且使用 C#。有谁能抽出一点时间并知道如何一步一步地告诉我,即使它有点自上而下?为了让您了解我所处的位置,我不知道如何获取令牌,而且我不确定一旦获得令牌,是否必须为会话剩余时间的每个请求提交它。 RTFM 我知道...几周以来我一直在对此进行大量搜索。提前非常感谢..

I'm trying to get started with oauth signing in yql. I'm trying to get public data, but with the higher limit of 100,000 calls. My interest is in the yahoo finance tables, such as yahoo.finance.historicaldata. I'd like to retrieve the xml for several of the public tables, daily, entirely in automated code via C#. I've asked a similar question before here, and was pointed to the yql docs, which were helpful in getting me a little more familiar with all that's involved.

Like many of the similar posts I've since come across, I can't figure out how to make it work for me. I'm new to web services in general, and using C#. Does anyone have a minute and know- how to give me a step- by step, even if it's somewhat top- down? To give you an idea of where I'm at, I don't know how to get the tokens, and I'm not sure once I get one, if I have to then submit it for every request for the rest of my session. RTFM I know... I've been doing a ton of searching on this, for weeks now. Big thanks in advance..

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

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

发布评论

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

评论(1

私野 2025-01-05 12:21:41

我不知道如何获取代币

如果我必须为会话剩余时间的每个请求提交它

这是一个基本图表:

这是详细的图:

I don't know how to get the tokens

if I have to then submit it for every request for the rest of my session

Here's a basic diagram:

And here's a detailed diagram:

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