Retrieve User Facebook notification by Arduino using ESP8266 wiFi module

Опубликовано: 08 Август 2026
на канале: Random Videos
1,921
16

This is a small project to show how one can retrieve his Facebook unread notifications by Arduino using ESP8266 WiFi module. Facebook is the most used social website. Facebook developers release SDk for Android, IOS, Web but small platform like Arduino there is no official support or API. SO I use Facebook Graph API to communicate with Facebook server. Unluckily when my video is uploaded Graph API version 2.6 stops the permission of notifications officially. So for getting the notifications I use a small trick which help me get notifications (here is mine) from Facebook using graph API.