You are here

public function FBSession::getStoredPublication in Facebook Autopost 7

Get the stored data in the session

Return value

The data stored via FBAutopost::storeSessionPublication()

See also

FBAutopost::storeSessionPublication()

File

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

Class

FBSession
Class implementation

Code

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