Retrieve the connections between the user the access token is for and another user.
examples
example 1
urlhttps://data.hyves-api.nl/?oauth_token=YXRfMjY0MTQzOTIwX57RQCWOUSSIzDytrjb75Ro%3D&userid=00086769082d53ad21952679a7238766db&ha_method=friends.getConnection&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT
result- <?xml version="1.0" encoding="UTF-8"?>
- <friends_getConnection_result>
- <connection>
- <userid>008eef004422be85ab5b58414c5a8b7918</userid>
- <userid>002c16b62877cf27484544fd0bc2c3dec9</userid>
- <userid>00086769082d53ad21952679a7238766db</userid>
- </connection>
- <info>
- <secure_connection>true</secure_connection>
- <running_milliseconds>21</running_milliseconds>
- <serverinfo>web901_stable_93882_HPHP</serverinfo>
- </info>
- </friends_getConnection_result>