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.4.0.tar.gz (28.5 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-facebook-photos-0.4.0.tar.gz
Algorithm Hash digest
SHA256 0ba597b9f73030f7c6db42984b413b4acf01ff74a4c2c9cd060dff1dceedddcc
MD5 84fc78b90677196fe4629d579081ecb2
BLAKE2b-256 178615e6474377846f57c48bdc2fda0203c16d9d4ba2f4bf87414b1f6eb4019f

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