public void requireLogin (CallbackWithException callback)

Description

Ensure user is logged in and has granted application permission.This method needs to be called before any other API calls.You can only proceeds to make other Facebook API call afterthe callback functionis invoked with no exception.

Parameters

Name

Type

Definition

callback

CallbackWithException

Callback function to be invoked when logging succeeds

Back to class public FB.ApiClient