public static bool sessionIsExpired (SessionRecord record)

Description

Determine if a particular session is expired yet. Note thatin the event that the SessionRecord came from a cookie, it ispossible that it was invalidated in a manner other than typicalexpiration.

Parameters

Name

Type

Definition

record

SessionRecord

SeesionRecord object to check

Return

public static bool

True if exipiry has not passed, false otherwise

Back to class public FB.ApiClient