node.js - Can we access Facebook Graph API via script -


i'm trying create simple script (node) each day collects information various apis, including facebook's graph api.

the idea simple, each day want collect total friend count of personal account, total page likes of managed pages, total social interactions of content (personal , pages).

now, if doing in web app, normal route using facebook login request access tokens profile , pages, since script not have public exposed url return authentication to.

does know of way manually tokens, use in scenario this?

thanks

have tried use this node package?

if accesstoken via other oauth module everyauth , connect-auth or node-oauth can set access token directly. calls, , pretty post calls require access_token

there decent article on medium works through process.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -