Skip to content
premasagar edited this page Jun 20, 2012 · 7 revisions

API Request

Optional query parameters

  • refreshCache=true
  • callback=myCallback // returns JSON-P wrapped JSON

API Response

{
    "links": [
        {
            "url": "http://example.com",
            "title": "Bob's Blog",
            "favicon": "http://example.com/favicon.ico"
        }
    ]
}

Other

  • Support CORS
Clone this wiki locally