I’m executing a Facebook fql query using the Corona Facebook module to search for friends with names containing some value typed in by the user. Even though I’m including “format=json-strings” in the url, the ids of the Facebook friends returned by the Corona Facebook module are being converted to a numbers. For the most part this is fine, but some of the newer Facebook ids are too large for a 32 bit number and are being returned like the following, 1.0000130523746e+14.
Is there anyway to get the id value as a string so that it’s not converted to scientific notation?
Any ideas on how to work around this?