Yammer.Net Documented Class Library
Resources Class
NamespacesYammerResources
Declaration Syntax
C#Visual BasicVisual C++
public static class Resources
Public NotInheritable Class Resources
public ref class Resources abstract sealed
Members
All MembersFields



IconMemberDescription
OAUTH_ACCESS_TOKEN
OAUTH_AUTHORIZE
OAUTH_REQUEST_TOKEN
YAMMER_AUTOCOMPLETE
Return typeahead suggestions for the prefix passed

YAMMER_GROUP_DATA
https://www.yammer.com/api/v1/groups/id.format

YAMMER_GROUP_JOIN
Join a group.

YAMMER_GROUP_LIST
A list of groups.

YAMMER_GROUP_RESIGN
Leave a group.

YAMMER_MESSAGES_ADD_FAVORITE
Add a message to user_id's favorite messages.

YAMMER_MESSAGES_ALL
All messages in this network. Corresponds to the "All" tab on the website

YAMMER_MESSAGES_CREATE
Create a new message.

YAMMER_MESSAGES_DELETE
Delete a message owned by the current user.

YAMMER_MESSAGES_DELETE_FAVORITE
Remove a favorite.

YAMMER_MESSAGES_FAVORITES_OF
Favorite messages of the given user ID. Can pass 'current' in place of user_id for currently logged in user

YAMMER_MESSAGES_FOLLOWING
Messages sent by the user with the given ID. Corresponds to the messages on a user profile page on the website.

YAMMER_MESSAGES_IN_GROUP
Messages in the group with the given ID. Corresponds to the messages you'd see on a group's profile page.

YAMMER_MESSAGES_IN_THREAD
Messages in the thread with the given ID. Corresponds to the page you'd see when clicking on "in reply to" on the website.

YAMMER_MESSAGES_RECEIVED
Messages received by the logged-in user. Corresponds to the "Received" tab on the website.

YAMMER_MESSAGES_SENT
Alias for /api/v1/messages/from_user/logged-in_user_id.format Corresponds to the "Sent" tab on the website.

YAMMER_MESSAGES_SENT_BY
Messages sent by the user with the given ID. Corresponds to the messages on a user profile page on the website.

YAMMER_MESSAGES_TAGGED_WITH
Messages including the tag with given ID. Corresponds to the messages on a tag's page on the website.

YAMMER_RELATIONSHIPS_ALL
Show org chart relationships.

YAMMER_RELATIONSHIPS_CREATE
Add an org chart relationship.

YAMMER_RELATIONSHIPS_DELETE
Remove a relationship.

YAMMER_SUBSCRIPTIONS_SUBSCRIBE
Subscribe to a user or tag.

YAMMER_SUBSCRIPTIONS_TO_TAG
Check to see if you are subscribed to the tag of the given id.

YAMMER_SUBSCRIPTIONS_TO_USER
Check to see if you are subscribed to the user of the given id.

YAMMER_SUBSCRIPTIONS_UNSUBSCRIBE
Unsubscribe to a user or tag.

YAMMER_SUGGESTIONS_DECLINE
Decline a suggestion.

YAMMER_SUGGESTIONS_SHOW_ALL
Show suggested groups and users.

YAMMER_SUGGESTIONS_SHOW_GROUPS
Show only suggested groups.

YAMMER_SUGGESTIONS_SHOW_USERS
Show only suggested users.

YAMMER_TAGS
Tags in this network. NOT YET IMPLEMENTED

YAMMER_TAGS_DATA
View data about one tag.

YAMMER_USERS_ALL
Users in this network.

YAMMER_USERS_CURRENT
Alias to /api/v1/users/current user's id.format.

YAMMER_USERS_SINGLE
View data about one user.

Inheritance Hierarchy
Object
Resources

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)