You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ Django poll app is a full featured polling app. You have to register in this app
31
31
32
32
<h2> Configuring OAuth login </h2>
33
33
<details>
34
-
<summary>Obtaining OAuth Client ID for Google</summary>
34
+
<summary>Obtaining OAuth Client ID for Google</summary>
35
+
35
36
36
37
1.**Go to the Google Cloud Console:**
37
38
- Navigate to [Google Cloud Console](https://console.cloud.google.com/).
@@ -72,7 +73,29 @@ Django poll app is a full featured polling app. You have to register in this app
72
73
For detailed instructions, refer to Google's documentation on [OAuth 2.0](https://developers.google.com/identity/protocols/oauth2).
73
74
</details>
74
75
76
+
<details>
77
+
<summary>Obtaining OAuth Client ID for Facebook</summary>
78
+
79
+
1. **Create a Facebook App:**
80
+
- Go to the [Facebook Developers](https://developers.facebook.com/) website and log in.
81
+
- Click on "My Apps" and then "Create App".
82
+
- Enter the required information for your app (display name, contact email, etc.) and create the app.
83
+
84
+
2. **Configure Basic Settings:**
85
+
- In your app dashboard, go to Settings > Basic.
86
+
- Add a platform (select Website) and enter your site URL(http://127.0.0.1:8000/complete/facebook/).
87
+
- Save your changes.
88
+
89
+
3. **Get App ID and App Secret:**
90
+
91
+
- Update the following settings to your settings file, replacing `'your-facebook-client-id'` and `'your-facebook-client-secret'` with your actual LinkedIn app credentials:
0 commit comments