Java org.springframework.social.facebook.api MediaOperations fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.social.facebook.api MediaOperations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.social.facebook.api MediaOperations.

The text is from its open source code.

Method

PagedListgetAlbums()
Retrieves a list of albums belonging to the authenticated user.
PagedListgetPhotos(String objectId, PagingParameters pagedListParameters)
Retrieves photo data from a specific album or that a user is tagged in.
StringpostPhoto(Resource photo)
Uploads a photo to an album created specifically for the application.
StringpostVideo(Resource video)
Uploads a video for the authenticated user.