You are here

public function SimpleFbConnectFbManager::getReturnUrl in Simple FB Connect 8.2

Returns the URL where FB will return the user after FB authentication.

Return value

string Absolute URL where Facebook will return the user

File

src/SimpleFbConnectFbManager.php, line 124
Contains \Drupal\simple_fb_connect\SimpleFbConnectFbManager.

Class

SimpleFbConnectFbManager
Contains all Simple FB Connect logic that is related to Facebook interaction.

Namespace

Drupal\simple_fb_connect

Code

public function getReturnUrl() {
  return $this->returnUrl;
}