Engineering Principles

A recent internal realignment to the Trulia Engineering organization provided us with an opportunity to express the values that influence our day-to-day interactions and goal setting. We wanted to…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Implementing the Simple FB Connect Module!

Step 2: Installing the module!
Next, we should tell Composer that we will be using packages.drupal.org/8 as repository. That’s simple. Go to your drupal directory and run this command:

Like any other installation, use this command to download the module;

From here, click on the facebook login option and choose www. It should load directly onto the quickstart page. Instead go to the settings tab and scroll down until you see “Valid OAuth redirect URIs”. From there, open a new window, go to your localhost and go to manage, configuration and you’ll see the FB module option. Click it and you’ll see a page like this.

As you can see, I’ve already highlighted the needed part. Copy the link below it and paste it in the facebook app window. P.S. Don’t forget to add the s in http! Next, go to your app basic settings where you’ll get the App ID and the secret. But before, you need to fill in the domain and the site url with the data provided on your localhost(From screenshot above, scroll down and you’ll see it).

Add platform and this should be enough! Of course, don’t forget to input the secret and the ID on your localhost. Log out and log in again and you should be able to see the “Facebook login” tab! Click on it to be redirected to your facebook profile!

There you go dear readers! You’ve successfully implemented it! Hope this blogpost was helpful to you in any way! Thank you for your attention and your cooperation dear reader!

Do check our blog if you appreciated this blogpost!

Add a comment

Related posts:

We Need To Talk About Fandom Drama

The release of Fantastic Beasts: Crimes of Grindelwald has generated some toxic behaviour online between fans that needs addressing now.

Logistic Regression

After learning the fundamentals of regression, it’s time to learn the fundamentals of classification. And what could be simpler than Logistic Regression! It is recommended that you read this Linear…