How to access fb access token form server running program ( python )

前端 未结 1 1498
后悔当初
后悔当初 2020-12-12 03:05

I have developed a fb app and the front end side is working great with my own db.

Now I want to make a python program that runs through the command line which posts

相关标签:
1条回答
  • 2020-12-12 03:54

    PyFacebook is a thin wrapper for accessing Facebook's RESTful API through Python.

    https://github.com/pythonforfacebook/facebook-sdk

    facebook-sdk, a set of essential tools for working with Facebook in Python. django-facebook, an extensible django plugin for building facebook integrated sites.

    http://www.pythonforfacebook.com/

    0 讨论(0)
提交回复
热议问题