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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>My FB Reactions Page</title> | |
<style> | |
html { | |
box-sizing: border-box; | |
width: 100%; |
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
<!-- | |
How to use: | |
1.Create a facebook application here https://developers.facebook.com/apps/ | |
- Open https://developers.facebook.com/tools/explorer , select your Application , select your FB Page, and copy access token : | |
This is called as the short lived access token, and will be valid for 30min or 1 hour | |
- Then open https://graph.facebook.com/oauth/ac...=<app_secret>&fb_exchange_token=<short_token> (replace the values correctly) . | |
This will give out another access token. Copy that token correctly from the response. It will be something like: | |