Google 财经 ActionScript

发布于 2024-10-11 13:08:03 字数 143 浏览 4 评论 0原文

我正在尝试在 Flex 项目上使用 Google Finance API,但没有成功。 我想使用 ClientLogin 模式,能够获取身份验证令牌,但我似乎无法从任何提要中获取信息!

我已经尝试过通过谷歌搜索找到的一些示例,但仍然无法使其工作......

I'm trying to consume Google Finance API on a Flex Project but with no success.
I want to use the ClientLogin mode, am able to get the auth token, but then I can't seem to get information from any of the feeds!

I've tried some of the few examples I found by Googling but still can't get it to work...

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

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

发布评论

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

评论(1

七色彩虹 2024-10-18 13:08:03

您将无法从 Flex 应用程序直接调用 Google 服务,因为 Google 没有 crossdomain.xml 文件。您可能应该调用一个代理(用 PHP 或其他语言),并将 URL 和令牌传递给它。然后,代理调用 Google 服务,并将结果返回到您的 Flex 应用程序。

You won't be able to directly call the Google service from the Flex app because Google does not have a crossdomain.xml file. You should probably call a proxy (in PHP or something) that you call and pass the URL and token to. The proxy then calls the Google service, and returns the results to your Flex app.

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