Example calls and result with the Hyves-API

To retrieve private information of a Hyver you need to get authorisation from this Hyver (the so called loggedin-member).
The public data is accessible with an API-partner account, the following methods can provide public data for example:


To get private information of a Hyver you need authorisation, the Hyver needs to login on Hyves and has to Authorize with the Hyves-API. This can be done in the following ways:
You will be asked to authorize the following methods:
Array
(
    [0] => friends.get
    [1] => users.get
    [2] => users.getLoggedin
    [3] => users.getByUsername
    [4] => albums.get
    [5] => albums.getByUser
    [6] => albums.getByHub
    [7] => media.getByAlbum
    [8] => users.getFriendsByLoggedinSorted
    [9] => auth.revoke
    [10] => wwws.create
    [11] => media.getUploadToken
    [12] => hubs.getByUser
    [13] => tips.getForFriends
    [14] => wwws.getByUser
)

API-version: 2.0

Download this example script here

Documentation can be found at http://www.hyves-developers.nl/documentation/data-api