Example usage for org.springframework.social.facebook.api FeedOperations interface-usage

List of usage examples for org.springframework.social.facebook.api FeedOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.social.facebook.api FeedOperations interface-usage.

Usage

From source file org.springframework.social.facebook.api.impl.FeedTemplate.java

class FeedTemplate extends AbstractFacebookOperations implements FeedOperations {

    private static final PagingParameters FIRST_PAGE = new PagingParameters(25, null, null, null);

    private final GraphApi graphApi;