Hyves - Always in touch with your friends

Data-API

Methods

Retrieve friends for any visible user, limited to 150 users sorted by last login.

params

  • userid --- A single userid.
    • Required

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

Sorted by lastlogin.

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/?userid=008eef004422be85ab5b58414c5a8b7918&oauth_token=YXRfMjY0MTQzOTE5X-LlKBiT1yEXKkS9PldypUM%3D&ha_method=users.getByFriendLastlogin&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_getByFriendLastlogin_result>
    •   <user>
    •   <userid>0090e0f6f743a6bf50ac0abea24cd99722</userid>
    •   <displayname>Tom</displayname>
    •   <nickname>Tom</nickname>
    •   <firstname>Tom</firstname>
    •   <lastname>Kleijn</lastname>
    •   <gender>male</gender>
    •   <birthday>
    •   <year>1983</year>
    •   <month>12</month>
    •   <day>31</day>
    •   <age>27</age>
    •   </birthday>
    •   <friendscount>310</friendscount>
    •   <url>http://elektronaut.hyves.nl/</url>
    •   <mediaid>00b421ce2e6ac99406b2ba41b1cda67ac4</mediaid>
    •   <countryid>00da0d7e3a352207e824bf85791df6cbcb</countryid>
    •   <cityid>009c064b1624ea93c12b74b4a7c22d6fd0</cityid>
    •   <created>1162854000</created>
    •   <languagelocale>nl_NL</languagelocale>
    •   </user>
    •   <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>
    •   <info>
    •   <totalresults>6</totalresults>
    •   <totalpages>3</totalpages>
    •   <resultsperpage>2</resultsperpage>
    •   <currentpage>1</currentpage>
    •   <secure_connection>true</secure_connection>
    •   <running_milliseconds>35</running_milliseconds>
    •   <serverinfo>web1185_stable_93882_HPHP</serverinfo>
    •   </info>
    •  </users_getByFriendLastlogin_result>

    example 2

    url
    https://data.hyves-api.nl/?userid=008eef004422be85ab5b58414c5a8b7918&oauth_token=YXRfMjY0MTQzOTE5X-LlKBiT1yEXKkS9PldypUM%3D&ha_method=users.getByFriendLastlogin&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_getByFriendLastlogin_result>
    •   <user>
    •   <userid>0090e0f6f743a6bf50ac0abea24cd99722</userid>
    •   <profilevisible>false</profilevisible>
    •   <scrapsvisible>false</scrapsvisible>
    •   <displayname>Tom</displayname>
    •   <nickname>Tom</nickname>
    •   <firstname>Tom</firstname>
    •   <lastname>Kleijn</lastname>
    •   <gender>male</gender>
    •   <birthday>
    •   <year>1983</year>
    •   <month>12</month>
    •   <day>31</day>
    •   <age>27</age>
    •   </birthday>
    •   <friendscount>310</friendscount>
    •   <url>http://elektronaut.hyves.nl/</url>
    •   <mobileurl>http://www.hyves.nl/mini/hyver/elektronaut/</mobileurl>
    •   <mediaid>00b421ce2e6ac99406b2ba41b1cda67ac4</mediaid>
    •   <countryid>00da0d7e3a352207e824bf85791df6cbcb</countryid>
    •   <cityid>009c064b1624ea93c12b74b4a7c22d6fd0</cityid>
    •   <created>1162854000</created>
    •   <languagelocale>nl_NL</languagelocale>
    •   <usertypes>
    •   <usertype>h-team</usertype>
    •   <usertype>betatester</usertype>
    •   <usertype>designer</usertype>
    •   <usertype>goldmember</usertype>
    •   </usertypes>
    •   <countryname>Netherlands</countryname>
    •   <cityname>Zaandam</cityname>
    •   <profilepicture>
    •   <mediaid>00b421ce2e6ac99406b2ba41b1cda67ac4</mediaid>
    •   <userid>0090e0f6f743a6bf50ac0abea24cd99722</userid>
    •   <title>iraqi profile pic.JPG</title>
    •   <description/>
    •   <mediatype>image</mediatype>
    •   <icon_small>
    •   <width>50</width>
    •   <height>37</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=1</src>
    •   <fancylayouttag/>
    •   </icon_small>
    •   <icon_medium>
    •   <width>75</width>
    •   <height>56</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=2</src>
    •   <fancylayouttag>[media id=1371742561vale size=small]</fancylayouttag>
    •   </icon_medium>
    •   <icon_large>
    •   <width>120</width>
    •   <height>90</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=3</src>
    •   <fancylayouttag>[media id=1371742561vale size=medium]</fancylayouttag>
    •   </icon_large>
    •   <icon_extralarge>
    •   <width>200</width>
    •   <height>150</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=4</src>
    •   <fancylayouttag>[media id=1371742561vale size=large]</fancylayouttag>
    •   </icon_extralarge>
    •   <image>
    •   <width>400</width>
    •   <height>300</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=5</src>
    •   <fancylayouttag>[media id=1371742561vale size=xlarge]</fancylayouttag>
    •   </image>
    •   <image_fullscreen>
    •   <width>400</width>
    •   <height>300</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=6</src>
    •   <fancylayouttag/>
    •   </image_fullscreen>
    •   <square_large>
    •   <width>75</width>
    •   <height>75</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=14</src>
    •   <fancylayouttag/>
    •   </square_large>
    •   <square_extralarge>
    •   <width>120</width>
    •   <height>120</height>
    •   <src>https://secure.hyves.nl/avatar_secure.php?mediaid=1371742561&mediasecret=vale&mediasize=16</src>
    •   <fancylayouttag/>
    •   </square_extralarge>
    •   <url>http://elektronaut.hyves.nl/fotos/1371742561/0/vale/</url>
    •   <mobileurl>http://www.hyves.nl/mini/hyver/elektronaut/fotos/1371742561/0/vale/</mobileurl>
    •   <created>1312270235</created>
    •   <commentscount>0</commentscount>
    •   <respectscount>3</respectscount>
    •   <hasrespected>false</hasrespected>
    •   <viewscount/>
    •   <tags/>
    •   <geolocation/>
    •   </profilepicture>
    •   <whitespaces>
    •   </whitespaces>
    •   <onmymind>I'm on a boat m*therf*cker! Dont-cha ever forget!</onmymind>
    •   <relationtype>relation</relationtype>
    •   <aboutme/>
    •   <scrapscount/>
    •   <testimonialscount/>
    •   <respectscount/>
    •   <hasrespected/>
    •   <fancylayouttag>[hyver=elektronaut]Tom[/hyver]</fancylayouttag>
    •   <viewscount>6851</viewscount>
    •   <organdonor>yes</organdonor>
    •   <isfriend>false</isfriend>
    •   <buzzvisible>false</buzzvisible>
    •   </user>
    •   <user>
    •   <userid>00fb9da993c80cd548aab9fceffb0ca2ff</userid>
    •   <profilevisible>false</profilevisible>
    •   <scrapsvisible>false</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/fotos/1218237099/0/7cdS/</url>
    •   <mobileurl>http://www.hyves.nl/mini/hyver/charly009/fotos/1218237099/0/7cdS/</mobileurl>
    •   <created>1295875408</created>
    •   <commentscount>1</commentscount>
    •   <respectscount>0</respectscount>
    •   <hasrespected>false</hasrespected>
    •   <viewscount/>
    •   <tags/>
    •   <geolocation/>
    •   </profilepicture>
    •   <whitespaces>
    •   </whitespaces>
    •   <onmymind/>
    •   <relationtype/>
    •   <aboutme/>
    •   <scrapscount/>
    •   <testimonialscount/>
    •   <respectscount/>
    •   <hasrespected/>
    •   <fancylayouttag>[hyver=charly009]Charly[/hyver]</fancylayouttag>
    •   <viewscount>22164</viewscount>
    •   <organdonor/>
    •   <isfriend>false</isfriend>
    •   <buzzvisible>false</buzzvisible>
    •   </user>
    •   <info>
    •   <totalresults>6</totalresults>
    •   <totalpages>3</totalpages>
    •   <resultsperpage>2</resultsperpage>
    •   <currentpage>1</currentpage>
    •   <secure_connection>true</secure_connection>
    •   <running_milliseconds>84</running_milliseconds>
    •   <serverinfo>web1177_stable_93882_HPHP</serverinfo>
    •   </info>
    •   </users_getByFriendLastlogin_result>

    Categories

    • friends
    • users

    © 2004-2012 Hyves   Algemene Gebruiksvoorwaarden   Je Privacy

    Aanmelden