You are here

public function FBSession::isStored in Facebook Autopost 7

Determines if there is information stored in the session about the publication

File

class/FBSession.php, line 39
Handles session management for the Facebook Autopost module

Class

FBSession
Class implementation

Code

public function isStored() {
  return isset($_SESSION['fb_autopost_authorization_required']);
}