Skip to main content

Automate Facebook page posting

Project description

Facebook Page Writer
====================

This is a little Django app for publishing in a Facebook page with the credentials of the page. FPW uses facebook-sdk library to post content and get credentials from facebook.

Usage
=====

First we need to setup a app in facebook. It's important to set your url in the settings of the app.
Next we need to store de app_id and the app_secret in our settings.py_

FB_APP_ID=app_id
FB_APP_SECRET=app_secret

Once the app is set, we need to get the long term access_token. For that you have to access to the url in which you have installed FPW and login with your FB user (this user must have manage_page permision in the page you want to post)
FPW stores acces token and check expiration before posting. If access_token is expored, FPW sends a email to the ADMINS to recreate the token (so check the ADMIN seting and email sending)

Last you have to use the facebookpagewriter.utils.post method to post to the desired page.

facebookpagewriter.utils.post method
====================================

def post(page_id, component, message, **kwargs):

where:
- page_id: the id of the page to post to.
- component: connection name to post in the page (feed, event..)
- message: little message
- kwargs must be attrs defined by facebook. Example, for the Post type: https://developers.facebook.com/docs/reference/api/post/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

facebookpagewriter-0.6.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file facebookpagewriter-0.6.tar.gz.

File metadata

File hashes

Hashes for facebookpagewriter-0.6.tar.gz
Algorithm Hash digest
SHA256 e34ed725d9b4c08fb0e89abea6bd0276335765563d7f0d76eb4ef0319748665c
MD5 6c4a0b3a97be8c9352b9a2df54747dd4
BLAKE2b-256 470d5b8980c20fab0413e1ba8fa80624a4d9094788753945809afcdca2364723

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page