APIMethods/beta_2/blogs.getByTag

TracNav

blogs.getByTag

Retrieves public blogs by tag.

params

  • tag --- A single tag.
    • Required

responsefields

This method supports the use of <a href='http://hyves-developers.nl/documentation/data-api/global-ha-parameters'>ha_responsefields</a>. Acceptable values are a comma separated list of 0 or more of the following:

sort

Sorted by the most recent tag placement.

examples

example 1

url

http://data.hyves-api.nl/?tag=gorillaapi&ha_method=blogs.getByTag&ha_resultsperpage=2&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117546&oauth_nonce=105210_312&ha_version=beta_2&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=8GRCv7QAI892vxkDvfyN925oanY%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<blogs_getByTag_result>
        <blog>
                <blogid>008c920c34df5b60a4c2afc8f7d06e0742</blogid>
                <title>Baby gorilla arrives in style</title>
                <body>A visitor at Sydney's Taronga Zoo noticed the blood on gorilla Frala's brown coat.

Within an hour, a small army of vets and keepers had descended on the gorilla enclosure to discover that Frala had given birth to a baby gorilla boy.


Frala's new son, who joins his four-year-old brother Fataki at the zoo, will feed on breast milk alone for around eight months before being introduced to vegetarian solids the rest of his family enjoys.

ource: http://internet-pets.blogspot.com/2007/12/baby-gorilla-arrives-in-style.html</body>
                <userid>00cc68f39949140377bebf54013a15f63f</userid>
                <url>http://gorillaapi.hyves.nl/blog/10319543/Baby_gorilla_arrives_in_style/w28t/</url>
                <visibility>superpublic</visibility>
                <created>1205492451</created>
        </blog>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <totalresults>1</totalresults>
                <totalpages>1</totalpages>
                <resultsperpage>2</resultsperpage>
                <currentpage>1</currentpage>
                <running_milliseconds>115</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</blogs_getByTag_result>
example 2

url

http://data.hyves-api.nl/?tag=gorillaapi&ha_method=blogs.getByTag&ha_resultsperpage=2&ha_responsefields=commentscount%2Crespectscount%2Ctags%2Cgeolocation%2Cviewscount&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117546&oauth_nonce=948724_313&ha_version=beta_2&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=bNfsf0zys21fPePObGFVX%2BzZ3EA%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<blogs_getByTag_result>
        <blog>
                <blogid>008c920c34df5b60a4c2afc8f7d06e0742</blogid>
                <title>Baby gorilla arrives in style</title>
                <body>A visitor at Sydney's Taronga Zoo noticed the blood on gorilla Frala's brown coat.

Within an hour, a small army of vets and keepers had descended on the gorilla enclosure to discover that Frala had given birth to a baby gorilla boy.


Frala's new son, who joins his four-year-old brother Fataki at the zoo, will feed on breast milk alone for around eight months before being introduced to vegetarian solids the rest of his family enjoys.

ource: http://internet-pets.blogspot.com/2007/12/baby-gorilla-arrives-in-style.html</body>
                <userid>00cc68f39949140377bebf54013a15f63f</userid>
                <url>http://gorillaapi.hyves.nl/blog/10319543/Baby_gorilla_arrives_in_style/w28t/</url>
                <visibility>superpublic</visibility>
                <created>1205492451</created>
                <commentscount>239</commentscount>
                <respectscount>2</respectscount>
                <tags>gorillaapi</tags>
                <viewscount/>
                <geolocation/>
        </blog>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <totalresults>1</totalresults>
                <totalpages>1</totalpages>
                <resultsperpage>2</resultsperpage>
                <currentpage>1</currentpage>
                <running_milliseconds>125</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</blogs_getByTag_result>

returnvalues

<a href='http://hyves-developers.nl/returnvalues#blog'>blog</a>, <a href='http://hyves-developers.nl/returnvalues#blogid'>blogid</a>, <a href='http://hyves-developers.nl/returnvalues#body'>body</a>, <a href='http://hyves-developers.nl/returnvalues#commentscount'>commentscount</a>, <a href='http://hyves-developers.nl/returnvalues#created'>created</a>, <a href='http://hyves-developers.nl/returnvalues#currentpage'>currentpage</a>, <a href='http://hyves-developers.nl/returnvalues#geolocation'>geolocation</a>, <a href='http://hyves-developers.nl/returnvalues#info'>info</a>, <a href='http://hyves-developers.nl/returnvalues#respectscount'>respectscount</a>, <a href='http://hyves-developers.nl/returnvalues#resultsperpage'>resultsperpage</a>, <a href='http://hyves-developers.nl/returnvalues#running_milliseconds'>running_milliseconds</a>, <a href='http://hyves-developers.nl/returnvalues#secure_connection'>secure_connection</a>, <a href='http://hyves-developers.nl/returnvalues#tags'>tags</a>, <a href='http://hyves-developers.nl/returnvalues#timestamp_difference'>timestamp_difference</a>, <a href='http://hyves-developers.nl/returnvalues#title'>title</a>, <a href='http://hyves-developers.nl/returnvalues#totalpages'>totalpages</a>, <a href='http://hyves-developers.nl/returnvalues#totalresults'>totalresults</a>, <a href='http://hyves-developers.nl/returnvalues#url'>url</a>, <a href='http://hyves-developers.nl/returnvalues#userid'>userid</a>, <a href='http://hyves-developers.nl/returnvalues#viewscount'>viewscount</a>, <a href='http://hyves-developers.nl/returnvalues#visibility'>visibility</a>