JS API M FB.Connect.RequireSession
From Facebook Developer Wiki
public static void requireSession (Callback callback)
Description
Call this function when you want to enforce that the current user is logged into Facebook.
Parameters
| Required | Name | Type | Description | |
| callback | Callback | callback function to be invoked when session is ready. This parameter is optional |
Back to class public FB.Connect
