APIMethods/1.2.1/events.addPresence
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
events.addPresence
Adds user presence to event.
- Added: Oct 23, 2008
- Not <a href='http://hyves-developers.nl/documentation/data-api/pagination'>Paginated</a>
params
- <a href='http://hyves-developers.nl/returnvalues#eventid'>eventid</a> --- A single eventid.
- Required
- <a href='http://hyves-developers.nl/returnvalues#visibility'>visibility</a> --- Visibility of the presence.
- Required
- Possible values:
- default --- default visibility, as presented to Hyver on website (note: may involve settings, not a static result).
- private --- visible to owner.
- public --- visible only to all logged in hyvers.
extra
- For this function to work, you need to 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>.
examples
example 1
url
http://data.hyves-api.nl/?eventid=855ddb05fc7a0aae&oauth_token=YXRfMTc3OTgyMDcyXzTnF9qTgpNvznHLQTuBPWQ%3D&visibility=default&ha_method=events.addPresence&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117800&oauth_nonce=243574_722&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=d1K7BdOeQJg%2F2ahJrk6ttIT%2BxaQ%3D
result
<?xml version="1.0" encoding="UTF-8"?> <events_addPresence_result> <addcount>0</addcount> <info> <timestamp_difference>0</timestamp_difference> <running_milliseconds>122</running_milliseconds> <secure_connection>false</secure_connection> </info> </events_addPresence_result>
returnvalues
addcount, <a href='http://hyves-developers.nl/returnvalues#info'>info</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>
