Hyves - Always in touch with your friends

Data-API

Methods

Retrieve friends by loggedin user with different sort-options.

  • Added: Oct 30, 2008
  • Paginated

params

  • sorttype --- The sorttype.
    • Required
    • Possible values:
      • alphabetically --- Alphabetically sorted.
      • lastlogin --- Sort by last login.

responsefields

This method supports the use of ha_responsefields. Acceptable values are a comma separated list of 0 or more of the following:
  • cityname
  • countryname
  • profilepicture
  • whitespaces
  • onmymind
  • scrapscount
  • testimonialscount
  • respectscount
  • fancylayouttag
  • profilevisible
  • scrapsvisible
  • commentscount
  • tags
  • geolocation
  • viewscount
  • usertypes
  • relationtype
  • aboutme
  • mobileurl
  • organdonor
  • hasrespected
  • isfriend
  • buzzvisible

sort

Custom sort, see description.

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/.
  • examples

    example 1

    url
    https://data.hyves-api.nl/?sorttype=alphabetically&oauth_token=YXRfMjY0MTQzOTIwX57RQCWOUSSIzDytrjb75Ro%3D&ha_method=users.getFriendsByLoggedinSorted&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"?>
    •  <users_getFriendsByLoggedinSorted_result>
    •   <user>
    •   <userid>00fb9da993c80cd548aab9fceffb0ca2ff</userid>
    •   <displayname>Charly</displayname>
    •   <nickname>Charly</nickname>
    •   <firstname>Charly</firstname>
    •   <lastname>The Unicorn</lastname>
    •   <gender>female</gender>
    •   <birthday>
    •   <year/>
    •   <month>8</month>
    •   <day>9</day>
    •   <age/>
    •   </birthday>
    •   <friendscount>395</friendscount>
    •   <url>http://charly009.hyves.nl/</url>
    •   <mediaid>00dfe6271f170f2611d8312ed1467d158a</mediaid>
    •   <countryid>00da0d7e3a352207e824bf85791df6cbcb</countryid>
    •   <cityid>00fa27d7cd29fc5966ae743fd42923c84f</cityid>
    •   <created>1114034400</created>
    •   <languagelocale>nl_NL</languagelocale>
    •   </user>
    •   <user>
    •   <userid>002c16b62877cf27484544fd0bc2c3dec9</userid>
    •   <displayname>Homoapi</displayname>
    •   <nickname/>
    •   <firstname>Homoapi</firstname>
    •   <lastname>Aap</lastname>
    •   <gender>male</gender>
    •   <birthday>
    •   <year>2010</year>
    •   <month>1</month>
    •   <day>1</day>
    •   <age>1</age>
    •   </birthday>
    •   <friendscount>3</friendscount>
    •   <url>http://homoapi.hyves.nl/</url>
    •   <mediaid>00becaa249d21837ce7ca07c9fc6e21e80</mediaid>
    •   <countryid>00da0d7e3a352207e824bf85791df6cbcb</countryid>
    •   <cityid/>
    •   <created>1293577200</created>
    •   <languagelocale>nl_NL</languagelocale>
    •   </user>
    •   <info>
    •   <totalresults>6</totalresults>
    •   <totalpages>3</totalpages>
    •   <resultsperpage>2</resultsperpage>
    •   <currentpage>1</currentpage>
    •   <secure_connection>true</secure_connection>
    •   <running_milliseconds>19</running_milliseconds>
    •   <serverinfo>web1115_stable_93882_HPHP</serverinfo>
    •   </info>
    •  </users_getFriendsByLoggedinSorted_result>

    example 2

    url
    https://data.hyves-api.nl/?sorttype=alphabetically&oauth_token=YXRfMjY0MTQzOTIwX57RQCWOUSSIzDytrjb75Ro%3D&ha_method=users.getFriendsByLoggedinSorted&ha_resultsperpage=2&ha_responsefields=cityname%2Ccountryname%2Cprofilepicture%2Cwhitespaces%2Conmymind%2Cscrapscount%2Ctestimonialscount%2Crespectscount%2Cfancylayouttag%2Cprofilevisible%2Cscrapsvisible%2Ccommentscount%2Ctags%2Cgeolocation%2Cviewscount%2Cusertypes%2Crelationtype%2Caboutme%2Cmobileurl%2Corgandonor%2Chasrespected%2Cisfriend%2Cbuzzvisible&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT

    result
    •  <?xml version="1.0" encoding="UTF-8"?>
    •  <users_getFriendsByLoggedinSorted_result>
    •   <user>
    •   <userid>00fb9da993c80cd548aab9fceffb0ca2ff</userid>
    •   <profilevisible>true</profilevisible>
    •   <scrapsvisible>true</scrapsvisible>
    •   <displayname>Charly</displayname>
    •   <nickname>Charly</nickname>
    •   <firstname>Charly</firstname>
    •   <lastname>The Unicorn</lastname>
    •   <gender>female</gender>
    •   <birthday>
    •   <year/>
    •   <month>8</month>
    •   <day>9</day>
    •   <age/>
    •   </birthday>
    •   <friendscount>395</friendscount>
    •   <url>http://charly009.hyves.nl/</url>
    •   <mobileurl>http://www.hyves.nl/mini/hyver/charly009/</mobileurl>
    •   <mediaid>00dfe6271f170f2611d8312ed1467d158a</mediaid>
    •   <countryid>00da0d7e3a352207e824bf85791df6cbcb</countryid>
    •   <cityid>00fa27d7cd29fc5966ae743fd42923c84f</cityid>
    •   <created>1114034400</created>
    •   <languagelocale>nl_NL</languagelocale>
    •   <usertypes>
    •   <usertype>h-team</usertype>
    •   <usertype>betatester</usertype>
    •   <usertype>commercial designer</usertype>
    •   <usertype>goldmember</usertype>
    •   </usertypes>
    •   <countryname>Netherlands</countryname>
    •   <cityname>Amsterdam</cityname>
    •   <profilepicture>
    •   <mediaid>00dfe6271f170f2611d8312ed1467d158a</mediaid>
    •   <userid>00fb9da993c80cd548aab9fceffb0ca2ff</userid>
    •   <title>165167_192236064120288_100000016877837_757368_1009</title>
    •   <description/>
    •   <mediatype>image</mediatype>
    •   <icon_small>
    •   <width>50</width>
    •   <height>50</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=1</src>
    •   <fancylayouttag/>
    •   </icon_small>
    •   <icon_medium>
    •   <width>75</width>
    •   <height>75</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=2</src>
    •   <fancylayouttag>[media id=12182370997cdS size=small]</fancylayouttag>
    •   </icon_medium>
    •   <icon_large>
    •   <width>119</width>
    •   <height>119</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=3</src>
    •   <fancylayouttag>[media id=12182370997cdS size=medium]</fancylayouttag>
    •   </icon_large>
    •   <icon_extralarge>
    •   <width>200</width>
    •   <height>200</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=4</src>
    •   <fancylayouttag>[media id=12182370997cdS size=large]</fancylayouttag>
    •   </icon_extralarge>
    •   <image>
    •   <width>462</width>
    •   <height>462</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=5</src>
    •   <fancylayouttag>[media id=12182370997cdS size=xlarge]</fancylayouttag>
    •   </image>
    •   <image_fullscreen>
    •   <width>462</width>
    •   <height>462</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=6</src>
    •   <fancylayouttag/>
    •   </image_fullscreen>
    •   <square_large>
    •   <width>75</width>
    •   <height>75</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=14</src>
    •   <fancylayouttag/>
    •   </square_large>
    •   <square_extralarge>
    •   <width>120</width>
    •   <height>120</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1218237099&mediasecret=7cdS&mediasize=16</src>
    •   <fancylayouttag/>
    •   </square_extralarge>
    •   <url>http://charly009.hyves.nl/photos/1218237099/0/7cdS/</url>
    •   <mobileurl>http://www.hyves.nl/mini/hyver/charly009/photos/1218237099/0/7cdS/</mobileurl>
    •   <created>1295875408</created>
    •   <commentscount>1</commentscount>
    •   <respectscount>0</respectscount>
    •   <hasrespected>false</hasrespected>
    •   <viewscount/>
    •   <tags/>
    •   <geolocation/>
    •   </profilepicture>
    •   <whitespaces>
    •   <whitespace>
    •   <whitespacekey>:</whitespacekey>
    •   <whitespacevalue>[media id=898483184ZUYe size=large]</whitespacevalue>
    •   </whitespace>
    •   <whitespace>
    •   <whitespacekey>:</whitespacekey>
    •   <whitespacevalue>[media id=433892897gvC9 size=large]</whitespacevalue>
    •   </whitespace>
    •   </whitespaces>
    •   <onmymind/>
    •   <relationtype/>
    •   <aboutme/>
    •   <scrapscount>981</scrapscount>
    •   <testimonialscount>5</testimonialscount>
    •   <respectscount>3</respectscount>
    •   <hasrespected>false</hasrespected>
    •   <fancylayouttag>[hyver=charly009]Charly[/hyver]</fancylayouttag>
    •   <viewscount>22164</viewscount>
    •   <organdonor/>
    •   <isfriend>true</isfriend>
    •   <buzzvisible>true</buzzvisible>
    •   </user>
    •   <user>
    •   <userid>002c16b62877cf27484544fd0bc2c3dec9</userid>
    •   <profilevisible>true</profilevisible>
    •   <scrapsvisible>true</scrapsvisible>
    •   <displayname>Homoapi</displayname>
    •   <nickname/>
    •   <firstname>Homoapi</firstname>
    •   <lastname>Aap</lastname>
    •   <gender>male</gender>
    •   <birthday>
    •   <year>2010</year>
    •   <month>1</month>
    •   <day>1</day>
    •   <age>1</age>
    •   </birthday>
    •   <friendscount>3</friendscount>
    •   <url>http://homoapi.hyves.nl/</url>
    •   <mobileurl>http://www.hyves.nl/mini/hyver/homoapi/</mobileurl>
    •   <mediaid>00becaa249d21837ce7ca07c9fc6e21e80</mediaid>
    •   <countryid>00da0d7e3a352207e824bf85791df6cbcb</countryid>
    •   <cityid/>
    •   <created>1293577200</created>
    •   <languagelocale>nl_NL</languagelocale>
    •   <usertypes />
    •   <countryname>Netherlands</countryname>
    •   <cityname/>
    •   <profilepicture>
    •   <mediaid>00becaa249d21837ce7ca07c9fc6e21e80</mediaid>
    •   <userid>002c16b62877cf27484544fd0bc2c3dec9</userid>
    •   <title>homoapi.jpg</title>
    •   <description/>
    •   <mediatype>image</mediatype>
    •   <icon_small>
    •   <width>50</width>
    •   <height>37</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=1</src>
    •   <fancylayouttag/>
    •   </icon_small>
    •   <icon_medium>
    •   <width>75</width>
    •   <height>56</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=2</src>
    •   <fancylayouttag>[media id=1196609570y66Y size=small]</fancylayouttag>
    •   </icon_medium>
    •   <icon_large>
    •   <width>120</width>
    •   <height>90</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=3</src>
    •   <fancylayouttag>[media id=1196609570y66Y size=medium]</fancylayouttag>
    •   </icon_large>
    •   <icon_extralarge>
    •   <width>200</width>
    •   <height>150</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=4</src>
    •   <fancylayouttag>[media id=1196609570y66Y size=large]</fancylayouttag>
    •   </icon_extralarge>
    •   <image>
    •   <width>280</width>
    •   <height>210</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=5</src>
    •   <fancylayouttag>[media id=1196609570y66Y size=xlarge]</fancylayouttag>
    •   </image>
    •   <image_fullscreen>
    •   <width>280</width>
    •   <height>210</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=6</src>
    •   <fancylayouttag/>
    •   </image_fullscreen>
    •   <square_large>
    •   <width>75</width>
    •   <height>75</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=14</src>
    •   <fancylayouttag/>
    •   </square_large>
    •   <square_extralarge>
    •   <width>120</width>
    •   <height>120</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1196609570&mediasecret=y66Y&mediasize=16</src>
    •   <fancylayouttag/>
    •   </square_extralarge>
    •   <url>http://homoapi.hyves.nl/photos/1196609570/0/y66Y/</url>
    •   <mobileurl>http://www.hyves.nl/mini/hyver/homoapi/photos/1196609570/0/y66Y/</mobileurl>
    •   <created>1293641037</created>
    •   <commentscount>24</commentscount>
    •   <respectscount>1</respectscount>
    •   <hasrespected>false</hasrespected>
    •   <viewscount/>
    •   <tags/>
    •   <geolocation/>
    •   </profilepicture>
    •   <whitespaces>
    •   </whitespaces>
    •   <onmymind/>
    •   <relationtype/>
    •   <aboutme/>
    •   <scrapscount>46</scrapscount>
    •   <testimonialscount>24</testimonialscount>
    •   <respectscount>1</respectscount>
    •   <hasrespected>true</hasrespected>
    •   <fancylayouttag>[hyver=homoapi]Homoapi[/hyver]</fancylayouttag>
    •   <viewscount>10</viewscount>
    •   <organdonor/>
    •   <isfriend>true</isfriend>
    •   <buzzvisible>true</buzzvisible>
    •   </user>
    •   <info>
    •   <totalresults>6</totalresults>
    •   <totalpages>3</totalpages>
    •   <resultsperpage>2</resultsperpage>
    •   <currentpage>1</currentpage>
    •   <secure_connection>true</secure_connection>
    •   <running_milliseconds>92</running_milliseconds>
    •   <serverinfo>web997_stable_93882_HPHP</serverinfo>
    •   </info>
    •   </users_getFriendsByLoggedinSorted_result>

    Categories

    • friends
    • users

    © 2004-2012 Hyves   Algemene Gebruiksvoorwaarden   Je Privacy

    Aanmelden