-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
61 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"name": "1 Get page data (v14.0)", | ||
"category": "Facebook", | ||
"description": "*Please note: Due to changes in the Facebook API, you can no longer request page metadata with this preset. The special permissions needed can only be obtained by registering an own app and going through the app review (https://developers.facebook.com/docs/app-review/introduction).*\n\n*Facebook additionally introduced the New Page Experience, so that the API is more restricted for pages that have been migrated. See the New Pages Experience Overview: https://developers.facebook.com/docs/pages/new-pages-experience/overview/ *\n\nFetch the most basic information about a Facebook page.\n\n\n**Get started with the preset**\n\n1. After creating or opening a database, add the handle of a Facebook page (e.g. \"Uni.Greifswald.de\") as a seed node using the \"Add Nodes\" button.\n\n2. Load the preset by clicking \"Apply\" in the preset window.\n\n3. Login to Facebook in the Facebook module.\n\n4. Select the seed node and then click the \"Fetch Data\" button.\n\nLearn how to use presets in the wiki: https://github.com/strohne/Facepager/wiki/Presets\n\n\n**Further options**\n\nAbout fields: you can add fields to the fields parameter to fetch more data. For example, add \"likes\" to get to know which pages this page liked. See the Facebook API reference linked below for more options. Notice: If you add more fields, also add them in the column setup to make the data visible in the nodes view.\n\n**Facebook API documentation**\n\nBe aware that APIs are changing constantly. You can always find the latest information in the Facebook API Reference: https://developers.facebook.com/docs/graph-api/reference/page/.", | ||
"module": "Facebook", | ||
"options": { | ||
"auth": "param", | ||
"auth_prefix": "", | ||
"auth_tokenname": "access_token", | ||
"auth_type": "OAuth2", | ||
"auth_uri": "https://www.facebook.com/dialog/oauth", | ||
"basepath": "https://graph.facebook.com/v14.0", | ||
"extension": "", | ||
"key_paging": "paging.next", | ||
"nodedata": null, | ||
"objectid": "id", | ||
"pages": 1, | ||
"paging_type": "url", | ||
"params": { | ||
"<page-id>": "<Object ID>", | ||
"fields": "name, about, location, category, talking_about_count, fan_count" | ||
}, | ||
"redirect_uri": "https://www.facebook.com/connect/login_success.html", | ||
"resource": "/<page-id>", | ||
"scope": "", | ||
"token_uri": "" | ||
}, | ||
"speed": 200, | ||
"saveheaders": false, | ||
"timeout": 15, | ||
"maxsize": 5, | ||
"columns": [ | ||
"name", | ||
"about", | ||
"location.city", | ||
"category", | ||
"fan_count", | ||
"talking_about_count", | ||
"error.message" | ||
] | ||
} |
6 changes: 3 additions & 3 deletions
6
presets/Facebook-2_Get_posts_v13_0_.fp4.json → presets/Facebook-2_Get_posts_v14_0_.fp4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...s/Facebook-3_Get_comments_v13_0_.fp4.json → ...s/Facebook-3_Get_comments_v14_0_.fp4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters