views:

316

answers:

2

I am trying to integrate facebook connect with my cakephp application. i am not sure how facebook conenct works. can some one guide me over this. or provide me links to some tutorial.

is there particular fields that you should have to get the facebook connect to work ?

+2  A: 

A quick google threw up a few links,

http://cutfromthenorth.com/integrating-facebook-connect-with-cakephps-auth-component/ http://forum.developers.facebook.com/viewtopic.php?id=27249

Unfortunatly, some of these are blocked for me at work, but hopefully they'll be handy. It does seem that integrating it by extending the Auth compontent would make the most sense.

DavidYell
thanx david for the links
Harsha M V
No problem, good luck with it!
DavidYell
+1  A: 

If you use new auth system try this:

http://blog.siebler.eu/post/635274429/integrate-facebook-connect-new-open-graph-api-cakephp

or if you prefer using a plugin

www.webtechnick.com/blogs/view/223/CakePHP_Configuration_Plugin

Stefano Caravana
thanks a lot....
Harsha M V

related questions