I'm looking at the following API:
http://wiki.github.com/soundcloud/api/oembed-api
The example they give is
Call:
http://soundcloud.com/oembed?url=http%3A//soundcloud.com/forss/flickermood&format=json
Response:
{
"html":"<object height="81" ... ",
"user":"Forss",
"permalink":"http://soundcloud.com/forss/flickermood",
"title":"Flickermood",
"type":"rich",
"provider_url":"http://soundcloud.com",
"description":"From the Soulhack album...",
"version":1.0,
"user_permalink_url":"http://soundcloud.com/forss",
"height":81,
"provider_name":"Soundcloud",
"width":0
}
What do I have to do to get this JSON object from just an URL?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…