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

ios - Is 'init' forbidden as *part* of a variable name? -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -

javascript - Why Selenium can't find an element that is graphically visible -