How do I begin with making a small cross-site AJAX script using someone's API?

Posted by Daddy Warbox on Stack Overflow See other posts from Stack Overflow or by Daddy Warbox
Published on 2010-06-06T03:09:28Z Indexed on 2010/06/06 3:12 UTC
Read the original article Hit count: 232

Let's say I want to use this API: http://hiveminder.com/help/reference/API.html

The instructions walk through its use via. the curl command line tool, which I'm unfamiliar with. I want to access this API through a simple script on my own page. What are the steps I need to do this?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about AJAX