Retrieve all outgoing invitations for the logged in user.
- Added: Apr 17, 2008
- Paginated
sort
Sorted by age. The most recently created items are returned first.examples
example 1
urlhttps://data.hyves-api.nl/?oauth_token=YXRfMjY0MTQzOTE5X-LlKBiT1yEXKkS9PldypUM%3D&ha_method=friends.getOutgoingInvitations&ha_resultsperpage=2&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT
result- <?xml version="1.0" encoding="UTF-8"?>
- <friends_getOutgoingInvitations_result>
- <info>
- <totalresults>0</totalresults>
- <totalpages>1</totalpages>
- <resultsperpage>2</resultsperpage>
- <currentpage>1</currentpage>
- <secure_connection>true</secure_connection>
- <running_milliseconds>18</running_milliseconds>
- <serverinfo>web955_stable_93882_HPHP</serverinfo>
- </info>
- </friends_getOutgoingInvitations_result>