Get the current signed request being used by the SDK. A signed request is a concatenation of a HMAC SHA-256 signature string, a period (.), and a base64url encoded JSON object.
$signed_request = $facebook->getSignedRequest();