You are here

public function FBAutopost::getDestination in Facebook Autopost 7

Gets the destination to publish to

Return value

The destination parameter

4 calls to FBAutopost::getDestination()
FBAutopost::checkPagesAvailability in class/FBAutopost.php
Throws an exception if the selected page id is not among the authorized ones.
FBAutopost::publish in class/FBAutopost.php
Publishes content in the selected pages
FBAutopost::publishOn in class/FBAutopost.php
Publishes on a single destination.
FBAutopost::publishParameterPrepare in class/FBAutopost.php
Prepares the parameters to publish to Facebook, this means settings any field or destination dependent configuration.

File

class/FBAutopost.php, line 332

Class

FBAutopost
API class to handle common actions when autoposting This class uses FBAutopostException for error handling. Severity is passed resusing watchdog severity (See: http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/watch...)

Code

public function getDestination() {
  return $this->destination;
}