public function testTheUrlHandlerWillDefaultToTheFacebookImplementation()
 {
     $fb = new Facebook($this->config);
     $this->assertInstanceOf('Facebook\\Url\\FacebookUrlDetectionHandler', $fb->getUrlDetectionHandler());
 }