public static void defaultCreateSession (ApiClient apiClient, CreateSessionCallbackCompleted callback)

Description

Most basic method to call in order to get a session for thecurrent user; redirect to the Facebook login screen, and havethe user login if necessary, then be redirected back.

Parameters

Name

Type

Definition

apiClient

ApiClient

Instance of the Facebook API clientfor which we need a session

callback

CreateSessionCallbackCompleted

Function to call uponsuccessful session creation

Back to class public FB.ApiClient