@hellonoonan
shouldn’t be, you just need to make sure you put in the correct tokens and codes in the right places.
Did you go all the way through the steps?
The last output should look something like this…
{
"data": [
{
"access_token": "ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321",
"category": "Computer Repair Service",
"category_list": [
{
"id": "123567890987654321",
"name": "Computer Repair Service"
},
{
"id": "123567890987654321",
"name": "Business Service"
},
{
"id": "123567890987654321",
"name": "Business Service"
}
],
"name": "Hallock Technical Services",
"id": "123567890987654321",
"tasks": [
"ANALYZE",
"ADVERTISE",
"MODERATE",
"CREATE_CONTENT",
"MANAGE"
]
}
],
"paging": {
"cursors": {
"before": "NDAxxxxxxxxxxxxxxxxxxxx",
"after": "NDAxxxxxxxxxxxxxxxxxxxx"
}
}
}
You need the access_token & the LAST “id” from this data…
For example:
{
disabled: false,
module: "MMM-fbPageCounter",
header: "Hallock Technical Services",
position:"bottom_left",
config: {
access_token: "ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321ABCDEFGHIJKLMNOPQRSTUVWXYZ123567890987654321",
page_id: "123567890987654321",
refresh_interval_sec: 12, //minimum 10. If your daily visitors of page are under 10, use 30 as this value.
size: "huge"
}
},
Hope this helps!