Do you know if YouNet is still around? We use his 'Contact Importer' module within the new 7.1.0 framework and need a few modifications as the Facebook inviter returns a PHP error. Thanks!
The error is as follows:
Fatal error: Call to undefined method YnContactImporterFacebook::getSession() in /home/mywebsite/public_html/home/modules/younet/contact_importer/classes/YnContactImporterFacebook.php on line 33
The offending line reads:
$session = $this->getSession();