{"id":19865048,"url":"https://github.com/glweems/gatsby-source-facebook-graphql","last_synced_at":"2025-05-02T05:31:27.064Z","repository":{"id":35030362,"uuid":"198457135","full_name":"glweems/gatsby-source-facebook-graphql","owner":"glweems","description":"Gatsby Source Plugin for Facebook","archived":false,"fork":false,"pushed_at":"2022-12-09T19:28:05.000Z","size":29,"stargazers_count":4,"open_issues_count":5,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T22:51:22.159Z","etag":null,"topics":["facebook-api","facebook-graph-api","gatsby","gatsby-plugin","gatsby-source"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glweems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-23T15:22:37.000Z","updated_at":"2023-03-09T02:18:29.000Z","dependencies_parsed_at":"2023-01-15T12:22:41.575Z","dependency_job_id":null,"html_url":"https://github.com/glweems/gatsby-source-facebook-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fgatsby-source-facebook-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fgatsby-source-facebook-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fgatsby-source-facebook-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fgatsby-source-facebook-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glweems","download_url":"https://codeload.github.com/glweems/gatsby-source-facebook-graphql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251992827,"owners_count":21677020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["facebook-api","facebook-graph-api","gatsby","gatsby-plugin","gatsby-source"],"created_at":"2024-11-12T15:20:47.145Z","updated_at":"2025-05-02T05:31:22.055Z","avatar_url":"https://github.com/glweems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby-source-facebook-graphql\n\nA Gatsby source plugin for sourcing data into your Gatsby application from Facebooks graph API.\n\n## Install\n\n`npm install --save gatsby-source-facebook`\n\nor\n\n`yarn add gatsby-source-facebook-graphql`\n\n## How to use:\n\n```javascript\n// In your gatsby-config.js\nmodule.exports = {\n  plugins: [\n    {\n      resolve: `gatsby-source-facebook-graphql`,\n      options: {\n        // Facebook account or page ID\n        pageId: 1690402924350633,\n        params: {\n          fields: [\n            'about',\n            'bio',\n            'category',\n            'category_list',\n            'company_overview',\n            'features',\n            'hours',\n            'phone',\n            'location',\n            'username',\n            'description',\n            'products',\n            'photos{webp_images}',\n            'rating_count',\n            'place_type',\n          ],\n        },\n        // Access Token from facebook\n        accessToken: process.env.GATSBY_FACEBOOK_GRAPH_TOKEN,\n      },\n    },\n  ],\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglweems%2Fgatsby-source-facebook-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglweems%2Fgatsby-source-facebook-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglweems%2Fgatsby-source-facebook-graphql/lists"}