Tag Archives: API

Writing Web Apps with Google, Yahoo and Microsoft Maps

Google Maps Google provides a nice API allowing developers to integrate Google Maps to their web applications. For that you first need to create a Google Map API key from here, http://code.google.com/apis/maps/signup.html. It is free and you can create as … Continue reading

Posted in openlayers, Tutorial/Guide | Tagged , , , , , , , , , | Leave a comment

The Design of the Twitter REST API

The REST API for Twitter is very simple to learn and implement. And it has a comprehensive documentation. Here is some selected operations to just to show its design. Note that here userid should be replaced with a valid twitter … Continue reading

Posted in REST, RESTful | Tagged , , , , | 4 Comments