Hey there Ed, I am also trying to write a client library for Action Script (3) You are in for a world of pain (assuming that you are trying to do it in JUST AS, IE no PHP). First off, you can't call Google client logins directly because of the cross domain issue. for this you would need to build a proxy of some type. After that ActionScript3 claims to allow you to send off an Authorization Header (http:// livedocs.adobe.com/flex/201/langref/runtimeErrors.html err2096) however either their documentation is wrong or there is something else buggy in there (i have learned from experience). Lastly, any time you debug your program make sure that you are not currently logged in to Google. Some times Firefox (mainly on windows machines) will grab your authentication from that session and apply it to your program giving you false data.
All that being said, I wish you good luck. I am currently attempting to write a PHPproxy page that can handle AS3's impotency.... oh and if you are writing it in AS2 using URLLoader, good luck! If you have any other questions feel free to email me at andrew [dot] luly [dot] masters [dot] thesis [at] gmail [dot] com -Andrew On Nov 1, 7:58 pm, Ed Smith <[EMAIL PROTECTED]> wrote: > I'd like to write a client api for actionscript, but it seems that the > service doesn't support a crossdomain.xml file. Is there a reason for > this? > > Thanks, > > Ed --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
