Skip to main content

Django implementation for Facebook Graph API Photos and Albums

Project description

# Django Facebook Graph API Photos

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

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

## Installation

pip install django-facebook-photos

Add into `settings.py` lines:

INSTALLED_APPS = (
...
'oauth_tokens',
'facebook_api',
'facebook_users',
'facebook_photos',
)

# 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

## Usage examples

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-photos-0.3.3.tar.gz (27.4 kB view details)

Uploaded Source

File details

Details for the file django-facebook-photos-0.3.3.tar.gz.

File metadata

File hashes

Hashes for django-facebook-photos-0.3.3.tar.gz
Algorithm Hash digest
SHA256 a82cd20d12e9d4204319562b63ead3fa54b5696dd04f5c63e7938af476e6c132
MD5 4784dfc41debde4470f0fd327d06e113
BLAKE2b-256 e21a801d5471f095c120ddcb660df415e64bc2aa4a158ab94acea4beb2cedd2f

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