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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-facebook-photos-0.4.1.tar.gz
Algorithm Hash digest
SHA256 a167cc6ef198188abd9ad404172aede160e96e3754ce0847ff32910a33088a20
MD5 991472a8b3c9a714928b5569729e53cb
BLAKE2b-256 e1fdc9229ad11ebd74f8c4c5e715ed43bca618417360c703b4cdce6f41192fa9

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