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

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

Introduction

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

Usage

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

class FriendTemplate implements FriendOperations {

    private final GraphApi graphApi;

    private final RestTemplate restTemplate;