I have tried my different module that are available but some of them are under development and some of them are not relevant for me

Please help me do achieve the facebook login

Comments

ank.g9’s picture

hii

You may try Facebook OAuth module or Facebook Connect module

http://drupal.org/project/fboauth

http://drupal.org/project/fbconnect

tce’s picture

I've tried both and personally much prefer the fboauth module. Not had any problems with it so far.

therobyouknow’s picture

tce thanks and here's more info to corroborate your answer:

http://www.grasmash.com/article/connecting-facebook-drupal-easy-way

https://drupal.org/node/1461190

http://drupal.stackexchange.com/a/9805/1082

Other modules have advantages if you need to do more than just login, but with that comes more complexity. Also look out for modules that use Facebook's own code for the login rather than their own -- here you'll be less likely exposed to a broken module if/when Facebook APIs change...

firdous-1’s picture

do you know where can i get the video tutorial for Facebook OAuth? kinda hard to find this module example configuration/tutorials.

do need help here.. thanks!

chrisrcooper’s picture

Others have mentioned solid approaches, especially FBOAuth. Another good solution is Simple FB Connect. There's a good tutorial for integrating it, as well as a round up of other related choices (including some multi-platform login modules) here: http://www.daymuse.com/blogs/drupal-facebook-login-connect-integration-t...

I think FBOAuth is probably the fastest solution but Simple FB Connect leverages a good foundation and promises to work with Drupal 8.