Flex 4: use google APIs in RIA without server side code?

Posted by grapkulec on Stack Overflow See other posts from Stack Overflow or by grapkulec
Published on 2010-03-26T06:48:36Z Indexed on 2010/03/26 6:53 UTC
Read the original article Hit count: 136

Filed under:
|
|

Just to confirm what I think I understand from reading about use of google APIs in RIAs (FLEX 4 and ActionScript) there is no way to connect to blogger API for example, directly from RIA because of google's crossdomain.xml file, right?

So if I want to use their APIs to get some data like content of my mailbox or list of posts on my blog I have to have some code running server side and RIA would just use that code as httpservice to collect data from google?

Or maybe I got it completly wrong?

© Stack Overflow or respective owner

Related posts about flex4

Related posts about google-api