Fetch facebook page updates.
Project description
Jmbo Facebook
Fetch facebook page updates.
Installation
Install or add jmbo-facebook to your Python path.
Add jmbo_facebook to your INSTALLED_APPS setting.
Usage
Specify the Facebook application identifier and secret in your settings file:
JMBO_FACEBOOK = {'app_id': 'yourappid', 'app_secret': 'yourappsecret'}
Changelog
0.1.3
If an image is uploaded for a page then that image is rendered. This handles the case where the Graph API is not allowed to return an image because of age restrictions.
0.1.2
Display only status updates by the page itself.
0.1.1
Display profile picture in listings.
0.1
First release.
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
jmbo-facebook-0.1.3.tar.gz
(8.7 kB
view hashes)
Built Distribution
jmbo_facebook-0.1.3-py2.7.egg
(18.2 kB
view hashes)