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
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
> A Chrome extension that filters through Facebook Dev Circles around the world to get only the interesting posts in your feed.
4
4
5
-
## [Download the extension]('/releases/download/v1.0/Merge.FB.Dev.Cicles.by.Interests.crx')
5
+
## [Download the extension]('/releases/download/v1.1/Merge.FB.Dev.Circles.by.Interests.crx')
6
6
7
7
# How to Install
8
8
9
-
1. Download the extension (`Merge.FB.Dev.Cicles.by.Interests.crx`) from link above or from [releases page](/releases/).
10
-
2. Drag and Drop downloaded file into Google Chrome's Extensions page ([chrome://extensions/](chrome://extensions/)).
9
+
1. Download the extension (`Merge.Facebook.Dev.Circles.by.Interests.crx`) from link above or from [releases page](/releases/).
10
+
2. Drag and Drop downloaded file into Google Chrome's Extensions page (`chrome://extensions/`).
11
11
3. Install the extension by clicking Install button.
12
12
4. Go to extension's options and configure.
13
13
14
-
15
14
# Configure
16
15
17
16
### App Token (required)
18
17
19
-
Get your app token from [https://developers.facebook.com/tools/accesstoken/](https://developers.facebook.com/tools/accesstoken/). You might need to create a Facebook Developer Account and/or a app. Create an app if not exists and get the App Token (not User Token) and paste in App Token field in extension's options page.
18
+
Get your app token from [https://developers.facebook.com/tools/accesstoken/](https://developers.facebook.com/tools/accesstoken/). You might need to create a Facebook Developer Account and/or a app. Create an app if not exists and get the `App Token` (not User Token) and paste in App Token field in extension's options page.
20
19
21
20
The App Token is needed to authenticate Facebook's Graph API requests.
22
21
@@ -30,4 +29,17 @@ Enable to highlight matched keywords in posts, otherwise disable.
30
29
31
30
### Blacklist Groups
32
31
33
-
Add a group's name (and make use to autocomplete) to blacklist it (avoid showing posts from that group in your feed). You might want to blacklist a group as you might not be interested in their posts or not able to understand their language.
32
+
Add a group's name (and make use to auto-complete) to blacklist it (avoid showing posts from that group in your feed). You might want to blacklist a group as you might not be interested in their posts or not able to understand their language.
33
+
34
+
# Contributing
35
+
36
+
I would love your PRs. You can contribute :
37
+
38
+
- by adding more keyword suggestions (edit: [/options.dev/keywords.js](/options.dev/keywords.js)).
39
+
- letting me know of additions/removals of public Dev circle groups (edit: [/options.dev/keywords.js](/options.dev/keywords.js), you may use [/scrape-group-lists.js](/scrape-group-lists.js)).
40
+
- Make the extension better. Fix bugs, if found. Add more features. Improve existing features.
<h3>Facebook Graph API Key (App Token) <atarget="_blank"className="hint"href="https://developers.facebook.com/tools/accesstoken/"title="You may need to create Facebook developer account to get the App Token. The App Token is required to use the Facebook graph API.">?</a></h3>
35
+
<h3>Facebook Graph API Key (App Token) <atarget="_blank"className="hint"href="https://developers.facebook.com/tools/accesstoken/"title="You may need to create Facebook developer account to get the App Token. The App Token is required to use the Facebook graph API.">?</a><small>(required)</small></h3>
0 commit comments