Confirmed users
1,059
edits
(→su.pr) |
|||
Line 100: | Line 100: | ||
''An su.pr extension has not yet been implemented'' | ''An su.pr extension has not yet been implemented'' | ||
[http://su.pr/ su.pr] or [http://www.stumbleupon.com/ StumbleUpon] offers an [http://www.stumbleupon.com/developers/Supr:API_documentation/ API] for expanding shortened links. | [http://su.pr/ su.pr] or [http://www.stumbleupon.com/ StumbleUpon] offers an [http://www.stumbleupon.com/developers/Supr:API_documentation/ API] for expanding shortened links. | ||
curl "http://su.pr/api/expand?shortUrl=http://su.pr/$HASH" | |||
{ | |||
"errorCode":0, | |||
"errorMessage":"", | |||
"results": { | |||
"$HASH": { | |||
"longUrl":"$HTTP" | |||
} | |||
}, | |||
"statusCode":"OK" | |||
} | |||
== Video Services == | == Video Services == |