Blog powered by TypePad

Worth checking

« Adobe Community Champion! | Main

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341ca91353ef014e8829114e970d

Listed below are links to weblogs that reference Consuming SimpleGeo APIs with Flex & ActionScript:

Comments

Iotashan

I just found out the other day that Foursquare actually has an open locations API. You need a developer API key, but you don't need user authentication to use it. It's in beta, there's a limit, but you can request higher usage limits via email.

https://developer.foursquare.com/venues/

Andrew

Have tried out the Venues API, actually spoke about it and demoed an Android app build with the public Flash Builder 4.5 beta at webdu last month - one thing that I found was that the JSON parser in as3corelib was having problems parsing the packet, sometimes it would do all records, sometimes only two even though there were 25+ results - suspect clash between JSON data and parser.

Andrew Mager

You can also authenticate with JSONP tokens (for read-only access to our API). https://simplegeo.com/docs/clients-code-libraries/javascript-sdk

The comments to this entry are closed.