Categories
Social Media

How to create twitter application to sign in with twitter

1. Go to https://developer.twitter.com/en/apps and login with your twitter account. Now click on Create an app

2. Enter application details then click on Create button.

3. You app is now created.

4. Now click on Permissions and then click on Edit button.

5. Select option as per below screenshot and save it.6. Now click on Keys and token button. copy Api Key and Api Secret and save them in website settings on your website.

Categories
Social Media

How to create linkedin application to sign in with linkedin

1. Go to https://www.linkedin.com/developers/apps and login with your linkedin account. Now click on Create app, Enter required details as screen shots then click on Create app button.

 

2. Select Company and enter Domain name

 

3. Now in Products go to Sign in with Linkedin and click on Select

4. Now in Auth Section copy Client ID and Client Secret and save them in website settings on your website

 

Categories
Social Media

How to create google application to sign in with google

1. Go to https://console.cloud.google.com and login with your google/gmail account.

2. Click on Create Project, enter project details, click on Create button.

3. Now go to project settings

4. Now go to APIs & Services Dashboard

5. Now click on Enable APIS and Services

6. Now enable 2 APIs, Google+ API and Google People API

7. Now click on Credentials then click on Create Credentials then click on API Key

8. On this screen select External user type and click on Create button

9. Now click on OAuth consent screen link and enter details then click on Save button.

10. Now click on Credentials then click on Create Credentials then click on OAuth Client ID

11. Select web application option, for Authorized redirect URIs enter your website URL followed by /login/gmail then click on Create button.

12. Now you can send this application for verification, for that click on OAuth consent screen link then click on edit your app link

13. On this screen verify details and click on Submit for Verification button

14. Enter required details and click on Submit button15. Now click on Credentials link copy API key and save it in website settings on your website.

16. Now click on OAuth Client IDs edit icon and copy Client ID and Client Secret save them in website settings on your website.

Categories
Social Media

How to create facebook application to sign in with facebook

1. Go to https://developers.facebook.com/apps and login with your facebook account.

2. Click on Add a New App, enter application details, click on Create App ID.

3. Click on Basic Settings in left navigation panel. Enter required details then click on Save Changes.

4. Click on Advance Settings in left navigation panel. Enter required details then click on Save Changes.

5. Click on Facebook Login Settings in left navigation panel. Enter call back URL as your website url followed by /login/fb then click on Save Changes.

6. Copy App ID and App Secret and enter in website settings on your website. For this go to Website Settings, filter by Facebook category and find appropriate settings, edit them to save App ID and App Secret.

That’s it!!