| Package | Description |
|---|---|
| org.opensocial | |
| org.opensocial.auth | |
| org.opensocial.services |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Response> |
Client.send(Map<String,Request> requests)
|
Response |
Client.send(Request request)
|
| Modifier and Type | Method and Description |
|---|---|
net.oauth.http.HttpMessage |
SecurityTokenScheme.getHttpMessage(Provider provider,
String method,
String url,
Map<String,String> headers,
byte[] body) |
net.oauth.http.HttpMessage |
OAuth3LeggedScheme.getHttpMessage(Provider provider,
String method,
String url,
Map<String,String> headers,
byte[] body) |
net.oauth.http.HttpMessage |
OAuth2LeggedScheme.getHttpMessage(Provider provider,
String method,
String url,
Map<String,String> headers,
byte[] body) |
net.oauth.http.HttpMessage |
AuthScheme.getHttpMessage(Provider provider,
String method,
String url,
Map<String,String> headers,
byte[] body) |
net.oauth.http.HttpMessage |
OAuth3LeggedScheme.getHttpMessage(Provider provider,
String method,
String url,
Map<String,String> headers,
byte[] body,
Collection<? extends Map.Entry> parameters) |
| Modifier and Type | Method and Description |
|---|---|
static Request |
MediaItemsService.createMediaItem(MediaItem item)
Returns a new Request instance which, when submitted, creates a new
media item in the specified viewer album.
|
static Request |
AlbumsService.updateAlbum(Album album)
Returns a new Request instance which, when submitted, updates an existing
album in the current viewer's library.
|
static Request |
MediaItemsService.updateMediaItem(MediaItem item)
Returns a new Request instance which, when submitted, updates an existing
media item contained within the specified viewer album.
|
static Request |
MediaItemsService.uploadImage(MediaItem item,
File content)
Returns a new Request instance which, when submitted, uploads the
specified image file as a new media item in the specified viewer album.
|
static Request |
MediaItemsService.uploadVideo(MediaItem item,
File content)
Returns a new Request instance which, when submitted, uploads the
specified video file as a new media item in the specified viewer album
("@videos" for MySpace).
|
Copyright © 2012. All Rights Reserved.