Example usage for org.springframework.social.facebook.api.impl AbstractFacebookOperations subclass-usage

List of usage examples for org.springframework.social.facebook.api.impl AbstractFacebookOperations subclass-usage

Introduction

In this page you can find the example usage for org.springframework.social.facebook.api.impl AbstractFacebookOperations subclass-usage.

Usage

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

class UserTemplate extends AbstractFacebookOperations implements UserOperations {

    private final GraphApi graphApi;

    private final RestTemplate restTemplate;

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;