Can you tell me how I set the auth token in AIR? When I apply the auth
key as is an error occurs:
The HTTP request header GoogleLogin Auth=[xyz] cannot be set via
ActionScript
When I shorten the token by encoding it base64 it works, but there the
google api cannot
work with it.
On 23 Jul., 01:01, Nick wrote:
> Hey There,
>
> Accessing data directly from Flash/Flexwould indeed be big :)
>
> Unfortunately exposing a crossdomain.xml file to allow this is also a
> big issue and currently not supported at this time. One option is to
> create a server side proxy which could send data to ActionScript.
>
> Also, if you're building anAIRapp, crossdomain.xml isn't required.