APIMethods/1.2.1/albums.getByGroup
TracNav
TracNav
Methods
Version 1.2.1
- albums.addMedia
- albums.create
- albums.get
- albums.getByGroup
- albums.getByHangout
- albums.getByUser
- albums.removeMedia
- auth.accesstoken
- auth.requesttoken
- auth.revoke
- auth.revokeAll
- auth.revokeSelf
- blogs.create
- blogs.createRespect
- blogs.get
- blogs.getByGroup
- blogs.getByHangout
- blogs.getByTag
- blogs.getByUser
- blogs.getComments
- blogs.getForFriends
- blogs.getPublic
- blogs.getRespects
- chat.getLoginToken
- cities.get
- countries.get
- events.addPresence
- events.get
- events.getByGroup
- events.getByHangout
- events.getByLoggedin
- events.getByUserPresent
- events.getPresence
- fancylayout.parse
- friends.get
- friends.getDistance
- friends.getIncomingInvitations
- friends.getOutgoingInvitations
- gadgets.create
- gadgets.createRespect
- gadgets.get
- gadgets.getByGroup
- gadgets.getByHangout
- gadgets.getByUser
- gadgets.getComments
- gadgets.getRespects
- groups.get
- groups.getByShortname
- groups.getByUser
- groups.getScraps
- groups.search
- hangouts.get
- hangouts.getByShortname
- hangouts.getByUser
- hangouts.getScraps
- hangouts.search
- listeners.create
- listeners.delete
- listeners.get
- listeners.getAll
- listeners.getByType
- media.addTag
- media.createRespect
- media.get
- media.getByAlbum
- media.getByLoggedin
- media.getByTag
- media.getComments
- media.getPublic
- media.getRespects
- media.getUploadToken
- media.updateGeolocation
- pings.get
- pings.getByTargetUser
- pings.getByUser
- privatespots.create
- privatespots.get
- privatespots.getByLoggedin
- regions.get
- tips.create
- tips.createRespect
- tips.get
- tips.getByHangout
- tips.getByUser
- tips.getCategories
- tips.getComments
- tips.getForFriends
- tips.getRespects
- users.createRespect
- users.get
- users.getByFriendLastlogin
- users.getByGroupLastlogin
- users.getByHangoutLastlogin
- users.getByUsername
- users.getFriendsByLoggedinSorted
- users.getLoggedin
- users.getRespects
- users.getScraps
- users.getSmileyCategories
- users.getSmileys
- users.getTestimonials
- users.search
- users.searchInFriends
- wwws.create
- wwws.createRespect
- wwws.get
- wwws.getByHangout
- wwws.getByUser
- wwws.getComments
- wwws.getForFriends
- wwws.getRespects
albums.getByGroup
Retrieves all visible albums of a group.
Note: this method is deprecated, hangouts and groups (method and id's) are deprecated, please use hubs.* methods and id's.
- Added: Sept 25, 2008
- <a href='http://hyves-developers.nl/documentation/data-api/pagination'>Paginated</a>
params
- groupid --- A single groupid.
- 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:
- <a href='http://hyves-developers.nl/returnvalues##mobileurl'>mobileurl</a>
sort
Sorted most recent addition. The item with the most recent addition is returned first.
extra
- This function may return more information if you supply a valid access token to oauth_token.
- For more information on oAuth, see <a href='http://www.hyves-developers.nl/documentation/data-api/hyves-api-oauth/'>http://www.hyves-developers.nl/documentation/data-api/hyves-api-oauth/</a>.
- 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
url
http://data.hyves-api.nl/?groupid=531558a476816187&ha_method=albums.getByGroup&ha_resultsperpage=2&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117796&oauth_nonce=89044_699&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=Can8gPTrkoaNWz4BpFz8%2BVJYY7c%3D
result
<?xml version="1.0" encoding="UTF-8"?> <albums_getByGroup_result> <album> <albumid>137b9f5388c86d24</albumid> <title>Groep</title> <mediacount>75</mediacount> <groupid>531558a476816187</groupid> <url>http://hyves-api.hyves.nl/album/20439836/Hyves_API/6NVcPQjH/</url> <visibility>hub</visibility> <printability>hub</printability> <lastupdate>1251629770</lastupdate> </album> <info> <timestamp_difference>0</timestamp_difference> <running_milliseconds>77</running_milliseconds> <secure_connection>false</secure_connection> </info> </albums_getByGroup_result>
example 2
url
http://data.hyves-api.nl/?groupid=531558a476816187&ha_method=albums.getByGroup&ha_resultsperpage=2&ha_responsefields=mobileurl&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117796&oauth_nonce=926513_700&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=rmLssorrzYaVjHdMkECY14eg7lg%3D
result
<?xml version="1.0" encoding="UTF-8"?> <albums_getByGroup_result> <album> <albumid>137b9f5388c86d24</albumid> <title>Groep</title> <mediacount>75</mediacount> <groupid>531558a476816187</groupid> <url>http://hyves-api.hyves.nl/album/20439836/Hyves_API/6NVcPQjH/</url> <mobileurl>http://www.hyves.nl/mini//481166/Hyves_API/album/20439836/Hyves_API/6NVcPQjH/</mobileurl> <visibility>hub</visibility> <printability>hub</printability> <lastupdate>1251629770</lastupdate> </album> <info> <timestamp_difference>0</timestamp_difference> <running_milliseconds>104</running_milliseconds> <secure_connection>false</secure_connection> </info> </albums_getByGroup_result>
returnvalues
<a href='http://hyves-developers.nl/returnvalues#album'>album</a>, <a href='http://hyves-developers.nl/returnvalues#albumid'>albumid</a>, groupid, <a href='http://hyves-developers.nl/returnvalues#info'>info</a>, <a href='http://hyves-developers.nl/returnvalues#lastupdate'>lastupdate</a>, <a href='http://hyves-developers.nl/returnvalues#mediacount'>mediacount</a>, <a href='http://hyves-developers.nl/returnvalues#mobileurl'>mobileurl</a>, <a href='http://hyves-developers.nl/returnvalues#printability'>printability</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#timestamp_difference'>timestamp_difference</a>, <a href='http://hyves-developers.nl/returnvalues#title'>title</a>, <a href='http://hyves-developers.nl/returnvalues#url'>url</a>, <a href='http://hyves-developers.nl/returnvalues#visibility'>visibility</a>
