sns-sdks / python-facebook

A simple Python wrapper for facebook graph api :sparkles: :cake: :sparkles: .
https://sns-sdks.github.io/python-facebook/
322 stars 84 forks source link

Access Token for page access #221

Open fsa317 opened 1 year ago

fsa317 commented 1 year ago

If I am looking to only access my own app's page (add a post for example) not any other users, and I want to be do this in a headless way (e.g. an automated job) what is the appropriate way to setup the access token? Which parameters should I be passing?