- Created a project and artifact called Log4Flex which contains the flex logging code / UI to start separating out FGMFlexUtils
- Started on the google-services library
- Created a general authenticator that will get a token to make authenticated http requests to any of the gdata services (tokens are service specific)
- Added some test cases for the authenticator
- Created a GoogleSpreadsheetService class which will handle executing queries on spreadsheets
- While testing it, I couldn’t get it to work like the prototype code until I realized it worked within an air app but not inside a browser. The HTTP Requests from within the browser were getting messed with and I kept getting not authenticated error messages. So apparently the authentication method I am using will only work for AIR / Mobile apps.
