Retrieve the respects for a blogid.
- Added: Apr 17, 2008
- Paginated
params
- target_blogid --- A single blogid.
sort
Sorted by age. The most recently created items are returned first.extra
For this function to work, you need to supply a valid access token to oauth_token.
For more information on oAuth, see http://www.hyves-developers.nl/documentation/data-api/hyves-api-oauth/.
Note that retrieving something by id always succeeds (as long as the id is valid), even if the visibility settings of the object do not allow viewing it. If some user is not allowed to view something, he/she will not get the id from another call.examples
example 1
urlhttps://data.hyves-api.nl/?target_blogid=00634a844f03a61993abcff4dc1aa96358&ha_method=blogs.getRespects&ha_resultsperpage=2&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT
result- <?xml version="1.0" encoding="UTF-8"?>
- <blogs_getRespects_result>
- <respect>
- <respectid>01862ec5ecff7c721834f917a90ce2f3a4</respectid>
- <respecttype>withprofile</respecttype>
- <userid>008eef004422be85ab5b58414c5a8b7918</userid>
- <target_blogid>00634a844f03a61993abcff4dc1aa96358</target_blogid>
- <created>1313063055</created>
- </respect>
- <info>
- <totalresults>1</totalresults>
- <totalpages>1</totalpages>
- <resultsperpage>2</resultsperpage>
- <currentpage>1</currentpage>
- <secure_connection>true</secure_connection>
- <running_milliseconds>17</running_milliseconds>
- <serverinfo>web1141_stable_93882_HPHP</serverinfo>
- </info>
- </blogs_getRespects_result>
returnvalues
- created,
- currentpage,
- info,
- respect,
- respectid,
- respecttype,
- resultsperpage,
- running_milliseconds,
- secure_connection,
- serverinfo,
- target_blogid,
- totalpages,
- totalresults,
- userid