Google Finance ActionScript
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 informat开发者_如何学编程ion 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...
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.
精彩评论