APIMethods/1.2.1/events.addPresence

TracNav

events.addPresence

Adds user presence to event.

params

  • <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

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>