| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| generate_nonce(date) — Static method in class com.yahoo.oauth.OAuthUtil | |
| Generates an MD5 encoded string based on the current date and a random number. | |
| generate_timestamp(date) — Static method in class com.yahoo.oauth.OAuthUtil | |
| Generates a timestamp (seconds) given the current date. | |
| getAccessToken() — Method in class com.yahoo.social.YahooSession | |
| The OAuthToken object for this session. | |
| getAccessToken(token:com.yahoo.oauth:OAuthToken, verifier) — Method in class com.yahoo.social.methodgroups.AuthorizationRequest | |
| Sends a request to fetch an access token. | |
| getAccessToken() — Method in interface com.yahoo.social.utils.IYahooSessionStore | |
| Interface method to get an OAuthToken containing an access token key and secret. | |
| getAccessToken() — Method in class com.yahoo.social.utils.YahooSessionStore | |
| Reads the access token data and returns an OAuthToken object. | |
| getAccessTokenFailure — Event in class com.yahoo.social.methodgroups.AuthorizationRequest | |
| Dispatched when the getAccessToken request encounters an error. | |
| GET_ACCESS_TOKEN_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getAccessToken request encounters an error. |
|
| getAccessTokenSuccess — Event in class com.yahoo.social.methodgroups.AuthorizationRequest | |
| Dispatched when the getAccessToken request executes successfully. | |
| GET_ACCESS_TOKEN_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getAccessToken request completes. |
|
| getConnectionProfiles(start, count) — Method in class com.yahoo.social.methodgroups.ProfileRequest | |
| Retrieves the profiles of all the users connections. | |
| getConnectionProfilesFailure — Event in class com.yahoo.social.methodgroups.ProfileRequest | |
| Dispatched when the getConnectionProfiles request fails. | |
| GET_CONNECTION_PROFILES_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getConnectionProfiles request encounters an error. |
|
| getConnectionProfilesSuccess — Event in class com.yahoo.social.methodgroups.ProfileRequest | |
| Dispatched when the getConnectionProfiles request executes successfully. | |
| GET_CONNECTION_PROFILES_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getConnectionProfiles request completes successfully. |
|
| getConnections(start, count) — Method in class com.yahoo.social.methodgroups.ConnectionsRequest | |
| Retrieves a list of connections for this user. | |
| getConnectionsFailure — Event in class com.yahoo.social.methodgroups.ConnectionsRequest | |
| Dispatched when the getConnections request fails. | |
| GET_CONNECTIONS_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getConnections request encounters an error. |
|
| getConnectionsSuccess — Event in class com.yahoo.social.methodgroups.ConnectionsRequest | |
| Dispatched when the getConnections request executes successfully. | |
| GET_CONNECTIONS_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getConnections request completes successfully. |
|
| getConnectionUpdates(start, count) — Method in class com.yahoo.social.methodgroups.UpdatesRequest | |
| Lists all updates for the specified users connections. | |
| getConnectionUpdatesFailure — Event in class com.yahoo.social.methodgroups.UpdatesRequest | |
| Dispatched when the getConnectionUpdates request fails. | |
| GET_CONNECTION_UPDATES_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the listConnectionUpdates request encounters an error. |
|
| getConnectionUpdatesSuccess — Event in class com.yahoo.social.methodgroups.UpdatesRequest | |
| Dispatched when the getConnectionUpdates request executes successfully. | |
| GET_CONNECTION_UPDATES_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the listConnectionUpdates request completes successfully. |
|
| getConsumer() — Method in class com.yahoo.social.YahooSession | |
| The OAuthConsumer object for this application. | |
| getContacts(start, count) — Method in class com.yahoo.social.methodgroups.ContactsRequest | |
| Gets a list of contacts for the current user. | |
| getContactsFailure — Event in class com.yahoo.social.methodgroups.ContactsRequest | |
| Dispatched when the getContacts request fails. | |
| GET_CONTACTS_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getContacts request encounters an error. |
|
| getContactsSuccess — Event in class com.yahoo.social.methodgroups.ContactsRequest | |
| Dispatched when the getContacts request executes successfully. | |
| GET_CONTACTS_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getContacts request completes successfully. |
|
| getDefaultArguments() — Method in class com.yahoo.social.methodgroups.YOSMethodBase | |
| Returns an object containing the required or default request parameters. | |
| GET_IMAGES_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getImages request encounters an error. |
|
| GET_IMAGES_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getImages request completes successfully. |
|
| getNonOAuthParams() — Method in class com.yahoo.oauth.OAuthRequest | |
| Returns all non-OAuth parameters. | |
| getOAuthParams() — Method in class com.yahoo.oauth.OAuthRequest | |
| Returns all OAuth parameters. | |
| getOwner() — Method in class com.yahoo.social.YahooSession | |
Returns a YahooUser object representing the profile owner defined by
YahooSession.YAP_OWNER or the OAuth access token. |
|
| getProfile() — Method in class com.yahoo.social.methodgroups.ProfileRequest | |
| Loads the profile information for this user. | |
| getProfileFailure — Event in class com.yahoo.social.methodgroups.ProfileRequest | |
| Dispatched when the loadProfile request fails. | |
| GET_PROFILE_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getProfile request encounters an error. |
|
| getProfileSuccess — Event in class com.yahoo.social.methodgroups.ProfileRequest | |
| Dispatched when the loadProfile request executes successfully. | |
| GET_PROFILE_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getProfile request completes successfully. |
|
| getRequestToken(callbackUrl) — Method in class com.yahoo.social.methodgroups.AuthorizationRequest | |
| Sends a request to fetch a request token. | |
| getRequestToken() — Method in interface com.yahoo.social.utils.IYahooSessionStore | |
| Interface method to get an OAuthToken containing an request token key and secret. | |
| getRequestToken() — Method in class com.yahoo.social.utils.YahooSessionStore | |
| Reads the request token data and returns an OAuthToken object. | |
| getRequestTokenFailure — Event in class com.yahoo.social.methodgroups.AuthorizationRequest | |
| Dispatched when the getRequestToken request encounters an error. | |
| GET_REQUEST_TOKEN_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getAccessToken request encounters an error. |
|
| getRequestTokenSuccess — Event in class com.yahoo.social.methodgroups.AuthorizationRequest | |
| Dispatched when the getRequestToken request executes successfully. | |
| GET_REQUEST_TOKEN_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getAccessToken request completes. |
|
| getResponseStatusOk(status) — Method in class com.yahoo.social.methodgroups.YOSMethodBase | |
| Returns true if the status code is 200. | |
| getSessionedUser() — Method in class com.yahoo.social.YahooSession | |
Returns a YahooUser object representing the currently sessioned user (the viewer of the application)
defined by YahooSession.YAP_VIEWER or the OAuth access token. |
|
| getSignableString() — Method in class com.yahoo.oauth.OAuthRequest | |
| Builds a signable request string containing the http method, url and parameters. | |
| getStatus() — Method in class com.yahoo.social.methodgroups.StatusRequest | |
| Retrieves the current status message for this user. | |
| getStatusFailure — Event in class com.yahoo.social.methodgroups.StatusRequest | |
| Dispatched when the getStatus request fails. | |
| GET_STATUS_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getStatus request encounters an error. |
|
| getStatusSuccess — Event in class com.yahoo.social.methodgroups.StatusRequest | |
| Dispatched when the getStatus request executes successfully. | |
| GET_STATUS_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the getStatus request completes successfully. |
|
| getUpdates(start, count) — Method in class com.yahoo.social.methodgroups.UpdatesRequest | |
| Lists all updates for the specified user. | |
| getUpdatesFailure — Event in class com.yahoo.social.methodgroups.UpdatesRequest | |
| Dispatched when the getUpdates request fails. | |
| GET_UPDATES_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the listUpdates request encounters an error. |
|
| getUpdatesSuccess — Event in class com.yahoo.social.methodgroups.UpdatesRequest | |
| Dispatched when the getUpdates request executes successfully. | |
| GET_UPDATES_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent | |
Constant defining the name of the event fired when the listUpdates request completes successfully. |
|
| getUser(guid) — Method in class com.yahoo.social.YahooSession | |
| Gets the user indicated by the GUID given. | |
| guid — Property in class com.yahoo.social.YahooUser | |
| The GUID of this user, a 26-character string which represents a Yahoo! user. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |