public interface OpenGraphOperations
Modifier and Type | Field and Description |
---|---|
static ActionMetadata |
EMPTY_ACTION_METADATA |
Modifier and Type | Method and Description |
---|---|
BookActions |
bookActions() |
void |
deleteAction(String actionId)
Deletes an action.
|
FitnessActions |
fitnessActions() |
GeneralActions |
generalActions() |
MusicActions |
musicActions() |
String |
publishAction(String action,
MultiValueMap<String,Object> parameters,
boolean builtInAction) |
String |
publishAction(String action,
String objectType,
String objectUrl)
Posts a custom (application-defined) action for an object specified by the given object URL.
|
VideoActions |
videoActions() |
static final ActionMetadata EMPTY_ACTION_METADATA
GeneralActions generalActions()
BookActions bookActions()
MusicActions musicActions()
VideoActions videoActions()
FitnessActions fitnessActions()
void deleteAction(String actionId)
actionId
- The action ID.String publishAction(String action, String objectType, String objectUrl)
action
- The application specific action to post, without the application's namespace. (eg, "drink")objectType
- The application specific object type, without the application's namespace. (eg, "beverage")objectUrl
- The URL of the object that is the target of the action.String publishAction(String action, MultiValueMap<String,Object> parameters, boolean builtInAction)