delegate public sealed FB.CreateSessionDelegate

Prototype for a delegate used to create an API session on behalfof the user for the current instance of the FB API client, and providea callback which will be called upon the return of a session.

Note: A delegate declaration specifies a function signature. If some method has a parameter of this delgation type, then the caller needs to pass a function that has the required parameters and return type as specified below.

Parameters

Name

Type

Definition

apiClient

ApiClient

callback

CreateSessionCallbackCompleted

Back to namespace FB