widmogrod / zf2-facebook-module

Zend Framework 2 module adding integration with Facebook php-sdk
16 stars 6 forks source link

Fatal error Module.php on line 10 #4

Closed itrack closed 11 years ago

itrack commented 12 years ago

Fatal error: Interface 'Zend\Module\Consumer\AutoloaderProvider' not found in /var/www/html/rolancer/apps/contests/module/FacebookBundle/Module.php on line 10

balavec commented 12 years ago

I also got the same. Than I changed the line 10 to: class Module implements AutoloaderProviderInterface

and line 22 to: public function init($moduleManager)

But i still was not able to get it to work.

azeem-aslam commented 11 years ago

i have follow these steps

(1) cd my/project/folder (2) git clone git://github.com/widmogrod/zf2-facebook-module.git modules/FacebookBundle --recursive (3) open my/project/folder/configs/application.config.php and add 'FacebookBundle' to your 'modules' parameter. After this how can i logged in my site using this instance .$this->getLocator()->get('facebook') . Can any one guide me to login in my zf2 project step by step?

widmogrod commented 11 years ago

Sorry. This module is not longer maintained. If you using composer then install from it official facebook/facebook-php-sdk.