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

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

Introduction

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

Usage

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

/**
 * <p>This is the central class for interacting with Facebook.</p>
 * <p>
 * There are some operations, such as searching, that do not require OAuth
 * authentication. In those cases, you may use a {@link FacebookTemplate} that is
 * created through the default constructor and without any OAuth details.