Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using "webtechnick CakePHP-Facebook-Plugin" for my site for login and authentication. My site is in cakephp. I have placed the plugin in proper folder as guided in the video. But when I am running my site I am getting the error:

Fatal error: Call to undefined method Facebook::login() in 
/home/depasser/public_html/var/www/html/fb_app/app/views/elements/login.ctp on line 12

I have tried a lot to solve this issue but haven't succeeded. Can anyone guide me how I can solve this issue?

share|improve this question
You should post your /views/elements/login.ctp code so we can analyse it... – A_Santiago Jan 20 '12 at 17:29

1 Answer

Is the helper in your controller for this view, if the 'Facebook.Facebook' helper is not there it wont work.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.