Nick Apromollo
Nick Apromollo

Reputation: 492

FB connect and magento

As a novice developer at best, I have been tasked with implementing Facebook connect with my Magento 1.4.1.1 website. I have read extensively online and don't find much help with my problem, and I see many people have the same issue so perhaps everyone can learn.

I inserted the SDK script into my header, set up my channel, and my Facebook app. Everything seems to work nicely right now, however I am lost on converting the Facebook login into an actual Magento login. I understand that my code speaks with Facebook and authorizes my website, But I don't understand how to pull user permissions into my Magento database and store the information. Currently you click the "Login with Facebook" button, it pops up asking for the permissions. I don't know how to save this information to my database and allow the user to connect and login successfully.

I think I may need to add some more code somewhere telling Magento how to store this information?

Any advice or links would be greatly appreciated.

Upvotes: 3

Views: 3315

Answers (1)

Roman Snitko
Roman Snitko

Reputation: 3655

You can use free extension Facebook Connect and Like Free from BelVG company.

Upvotes: 4

Related Questions