On Wed, 2009-10-14 at 09:47 -0400, Kris Warkentin wrote: > Looks like the status IDs in twitter have gotten bigger than a uint32 so > the links created by twitter-glib don't work anymore. > > eg. http://twitter.com/kewarken/status/4836130282
mojito does not use twitter-glib anymore. in any case: json-glib (which is what twitter-glib uses) is now able to parse and handle 64 bit integers; I'll fix twitter-glib, though I'm planning a redesign of the API. obviously this would not be needed if twitter didn't decide to abuse the fact that integer size is not defined by the JSON RFC. they should have used a string if they were planning to use auto-incremented integers as unique identifiers for users and, especially, statuses. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer | [email protected] Intel Open Source Technology Center | http://oss.intel.com _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
