This is the central class for interacting with Facebook.
There are some operations, such as searching, that do not require OAuth authentication. In those cases, you may use a {@link FacebookTemplate} that iscreated through the default constructor and without any OAuth details. Attempts to perform secured operations through such an instance, however, will result in {@link NotAuthorizedException} being thrown.
@author Craig Walls
|
|
|
|