API:statuses url

Page history last edited by Ceri May 4 mos ago

Tweetboard REST API Method: statuses/url

 

Returns a short URL for the status, specified by the id parameter below. The full URL is returned as well.
 
URL: http://tweetboard.com/statuses/url/ID.format
 
Formats: xml
 
HTTP Method(s): GET
 
Parameters:
 
* ID. Required. The numerical ID of the status to retrieve. Example: http://tweetboard.com/statuses/url/123456.xml
 
Response, XML example:
 
<?xml version="1.0" encoding="UTF-8"?>
<status>
        <id>3984517563</id>
        <url>http://tweetboard.com/alpha/#tboard_36563211</url>
        <shorturl>http://po.st/cms</shorturl>
</status>

Comments (0)

You don't have permission to comment on this page.