An open API service indexing awesome lists of open source software.

https://github.com/nostadt/example-facebook-gitpod

Example project to play with Facebook API and gitpod.io.
https://github.com/nostadt/example-facebook-gitpod

example facebook-api gitpod-io graph-api

Last synced: 5 months ago
JSON representation

Example project to play with Facebook API and gitpod.io.

Awesome Lists containing this project

README

        

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/AMartinNo1/facebook-example1)

# Facebook API + Gitpod.io example

Example project to play with Facebook API and gitpod.io.

## How To:

1. Create config file (`cp config.php.example config.php`)
2. Create a new app (https://developers.facebook.com/apps/)
3. Fetch App ID and App Secret

App ID:
![App ID](DocAssets/facebook-app-id.png)

App Secret
![App Secret](DocAssets/facebook-app-id-and-app-secret.png)

3. Generate Access Token (https://developers.facebook.com/tools/explorer/)
4. Update the constants within config.php
5. Reload the browser page on the left