Instagram\API\Request\BaseRequest::interceptResponse PHP Méthode

interceptResponse() public méthode

This method will be called before checking the Response is OK.
public interceptResponse ( $response ) : boolean
$response Response
Résultat boolean If the Response was intercepted, and should stop being processed.
    public function interceptResponse($response)
    {
        return false;
    }