WebSocialService Class ReferenceManaged web social services.
More...
List of all members.
|
Public Member Functions |
| List< TransitAccount > | GetNewAccounts (string ticket, ServiceQueryOptions options) |
| | Get new accounts.
|
| List< TransitAccount > | GetActiveAccounts (string ticket, ServiceQueryOptions options) |
| | Get active accounts.
|
| int | GetAccountActivityCount (string ticket, AccountActivityQueryOptions queryoptions) |
| | Get account activity count.
|
| List< TransitAccountActivity > | GetAccountActivity (string ticket, AccountActivityQueryOptions queryoptions, ServiceQueryOptions options) |
| | Get account activity.
|
| int | GetNDegreeCountById (string ticket, int id, int deg) |
| | Get n-th degree count.
|
| int | GetFirstDegreeCountById (string ticket, int id) |
| | Get 1st degree count.
|
| int | GetFriendsAccountActivityCount (string ticket, int id) |
| | Get friends activity count.
|
| List< TransitAccountActivity > | GetFriendsAccountActivity (string ticket, int id, ServiceQueryOptions options) |
| | Get friends activity.
|
| int | CreateOrUpdateAccountFriendRequest (string ticket, int friendid, string message) |
| | Create a new friend request.
|
| void | AcceptAccountFriendRequest (string ticket, int id, string message) |
| | Accept a friend request.
|
| void | RejectAccountFriendRequest (string ticket, int id, string message) |
| | Reject a friend request.
|
| int | GetSentAccountFriendRequestsCount (string ticket, int id) |
| | Get total friend requests sent count by account id.
|
| int | GetAccountFriendRequestsCount (string ticket, int id) |
| | Get total friend requests count by account id.
|
| List< TransitAccountFriendRequest > | GetSentAccountFriendRequests (string ticket, int id, ServiceQueryOptions options) |
| | Get sent friend requests.
|
| List< TransitAccountFriendRequest > | GetAccountFriendRequests (string ticket, int id, ServiceQueryOptions options) |
| | Get outstanding friend requests.
|
| void | DeleteAccountFriendRequest (string ticket, int id) |
| | Delete a friend request.
|
|
TransitAccountFriendRequest | GetAccountFriendRequestById (string ticket, int id) |
| void | DeleteAccountFriend (string ticket, int id) |
| | Delete a friend.
|
|
int | GetAccountFriendsCount (string ticket, int id) |
| | Get friends count.
|
| List< TransitAccountFriend > | GetAccountFriends (string ticket, int id, ServiceQueryOptions options) |
| | Get friends.
|
Detailed Description
Managed web social services.
Member Function Documentation
| void AcceptAccountFriendRequest |
( |
string |
ticket, |
|
|
int |
id, |
|
|
string |
message |
|
) |
|
|
|
|
Accept a friend request.
- Parameters:
-
| ticket | authentication ticket |
| id | request id |
| message | optional message |
|
| int CreateOrUpdateAccountFriendRequest |
( |
string |
ticket, |
|
|
int |
friendid, |
|
|
string |
message |
|
) |
|
|
|
|
Create a new friend request.
- Parameters:
-
| ticket | authentication ticket |
| friendid | target friend account id |
| message | optional message to send with the request |
- Returns:
- request id
|
| void DeleteAccountFriend |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete a friend.
- Parameters:
-
| ticket | authentication ticket |
| id | friend id |
|
| void DeleteAccountFriendRequest |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete a friend request.
- Parameters:
-
| ticket | authentication ticket |
| id | friend request id |
|
| List<TransitAccountActivity> GetAccountActivity |
( |
string |
ticket, |
|
|
AccountActivityQueryOptions |
queryoptions, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get account activity.
- Returns:
- transit account activity
|
| int GetAccountActivityCount |
( |
string |
ticket, |
|
|
AccountActivityQueryOptions |
queryoptions |
|
) |
|
|
|
|
Get account activity count.
- Returns:
- transit account activity count
|
| List<TransitAccountFriendRequest> GetAccountFriendRequests |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get outstanding friend requests.
- Parameters:
-
| ticket | authentication ticket |
|
| int GetAccountFriendRequestsCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get total friend requests count by account id.
- Parameters:
-
| ticket | authentication ticket |
|
| List<TransitAccountFriend> GetAccountFriends |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get friends.
- Parameters:
-
| ticket | authentication ticket |
| account id | account id |
|
| List<TransitAccount> GetActiveAccounts |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get active accounts.
- Returns:
- transit account
|
| int GetFirstDegreeCountById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get 1st degree count.
- Parameters:
-
- Returns:
- number of 1st degree contacts
|
| List<TransitAccountActivity> GetFriendsAccountActivity |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get friends activity.
- Returns:
- transit account activity
|
| int GetFriendsAccountActivityCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get friends activity count.
- Returns:
- transit account activity count
|
| int GetNDegreeCountById |
( |
string |
ticket, |
|
|
int |
id, |
|
|
int |
deg |
|
) |
|
|
|
|
Get n-th degree count.
- Parameters:
-
- Returns:
- number of n-th degree contacts
|
| List<TransitAccount> GetNewAccounts |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get new accounts.
- Returns:
- transit account
|
| List<TransitAccountFriendRequest> GetSentAccountFriendRequests |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get sent friend requests.
- Parameters:
-
| ticket | authentication ticket |
|
| int GetSentAccountFriendRequestsCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get total friend requests sent count by account id.
- Parameters:
-
| ticket | authentication ticket |
|
| void RejectAccountFriendRequest |
( |
string |
ticket, |
|
|
int |
id, |
|
|
string |
message |
|
) |
|
|
|
|
Reject a friend request.
- Parameters:
-
| ticket | authentication ticket |
| id | request id |
| message | optional message, no mail sent when blank |
|
The documentation for this class was generated from the following file:
|