Skip to main content

Django implementation for Facebook Graph API Applications

Project description

Django Facebook Graph API Applications
======================================

[![PyPI version](https://badge.fury.io/py/django-facebook-applications.png)](http://badge.fury.io/py/django-facebook-applications) [![Build Status](https://travis-ci.org/ramusus/django-facebook-applications.png?branch=master)](https://travis-ci.org/ramusus/django-facebook-applications) [![Coverage Status](https://coveralls.io/repos/ramusus/django-facebook-applications/badge.png?branch=master)](https://coveralls.io/r/ramusus/django-facebook-applications)

Application for interacting with Facebook Graph API Applications objects using Django model interface

Installation
------------

pip install django-facebook-applications

Add into `settings.py` lines:

INSTALLED_APPS = (
...
'oauth_tokens',
'facebook_api',
'facebook_applications',
)

# oauth-tokens settings
OAUTH_TOKENS_HISTORY = True # to keep in DB expired access tokens
OAUTH_TOKENS_FACEBOOK_CLIENT_ID = '' # application ID
OAUTH_TOKENS_FACEBOOK_CLIENT_SECRET = '' # application secret key
OAUTH_TOKENS_FACEBOOK_SCOPE = ['offline_access'] # application scopes
OAUTH_TOKENS_FACEBOOK_USERNAME = '' # user login
OAUTH_TOKENS_FACEBOOK_PASSWORD = '' # user password

Licensing
---------

This library uses the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
Please see the library's individual files for more information.

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-applications-0.6.0.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file django-facebook-applications-0.6.0.tar.gz.

File metadata

File hashes

Hashes for django-facebook-applications-0.6.0.tar.gz
Algorithm Hash digest
SHA256 f77a929bd29866704ed6d049dc25b8c35cd144bee3babd4fe6e7c128df413f26
MD5 9294cd62ba35a200b1fb5090d80ca745
BLAKE2b-256 45201feeed21919e41b3468a0b02ae6001fd97e1335def777318480ca97c09e6

See more details on using hashes here.

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