Skip to main content

django app for adding/removing/listing facebook realtime subscriptions and retrieving facebook realtime updates

Project description

https://secure.travis-ci.org/rmaceissoft/django-facebook-realtime.png?branch=master

A reusable app to interact with facebook real-time updates (https://developers.facebook.com/docs/reference/api/realtime/)

Features

  • add/remove a subscription to changes in data in facebook

  • list all subscriptions

  • receive facebook real-time updates

Requirements

python, django, requests

Installation

  1. pip install git+git://github.com/rmaceissoft/django-facebook-realtime.git

  2. Add "dj_facebook_realtime" to your INSTALLED_APPS setting

  3. Add FACEBOOK_REALTIME_VERIFY_TOKEN setting

  4. Wire up the views by adding a line to your URLconf:

    url(r'facebook/subscriptions/', include('dj_facebook_realtime.urls')),

Example of use

coming soon

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

django-facebook-realtime-0.1.0.zip (10.6 kB view hashes)

Uploaded Source

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