"album.aid = parseInt( a.aid );" in the MethodGroupHelper creates an issue
of the int not being able to handle typical facebook aid values which are
about 30 numbers long. Flash does not have a datatype to handle this size
of a number, so I believe the aid, etc. will need to be stored in Strings.
This issue may also be present in a number of other places as well...
Original issue reported on code.google.com by
keithsal...@gmail.comon 16 Aug 2007 at 5:35