arduino-facebook-api

A wrapper around the facebook api for arduino

GPL-2.0 License

Stars
11

arduino-facebook-api

A wrapper for the Facebook Graph API for Arduino (works on ESP8266)

Getting an API Key

  • Follow the steps on this page to create an APP
  • After the app is created, go to the graph explorer.
  • Up the top right change the application to the new one that you created
  • Click "Get Token" and then click "Get User Access Token"
  • Check the "User_Friends" option, click get access token and authenticated the applicaiton with your account.
  • The key that appears the in the bar can be used with the library.
  • Click on this link, click on the app you created. Your consumer ID and consumer secret are available on this page. You will need to this to extend your API key, which you can do using the library