Django-facebook icon indicating copy to clipboard operation
Django-facebook copied to clipboard

Facebook open graph api implementation using the Django web framework in python

Results 104 Django-facebook issues
Sort by recently updated
recently updated
newest added

Dear sir. I am new to python and django. I install this module django-facebook for django 1.9.5. But on installation in settings.py i don't find sections: TEMPLATE_CONTEXT_PROCESSORS, AUTHENTICATION_BACKENDS. Please update...

After i approving my app it throws a ValueError - didn't expect this flow

'WSGIRequest' object has no attribute 'user' Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Django Version: 1.8 Python Version: 2.7.6 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.sites', 'django.contrib.flatpages', 'article'] Installed...

Hi, I'm having dificulties integrating django-facebook with django-userena. I already have an app running with django-userena, and decide to create "Login with Facebook" in sign up form. Here's my issue...

File "C:/Users/User/Downloads/myprojects\myprojects\urls.py", line 27, in url(r'^facebook/', include('django_facebook.urls')), File "C:\Users\User.virtualenvs\myprojects\lib\site-packages\django\conf\urls__init__.py", line 50, in include urlconf_module = import_module(urlconf_module) File "C:\Python27\Lib\importlib__init__.py", line 37, in import_module **import**(name) File "C:\Users\User.virtualenvs\myprojects\lib\site-packages\django_facebook\urls.py", line 4, in from django.conf.urls.defaults...

TEMPLATE_CONTEXT_PROCESSOR in settings.py is replaced by TEMPLATES = [ _``` { ... 'OPTIONS': { 'context_processors': [ ], }, }, ```_ django.conf.urls.patterns is removed in django 1.10 so urls patterns doesn't...

i succesfully connect then i access my admin for check facebook profiles facebook profiles only have image, user, facebook name, facebook id what should i do to get gender, about...

Y'all appear to have removed the south migrations (good!) but now there are none.

Hi, I never had a problem with django_facebook before. Today, I tried to install it as per instructions and this is what I get (Django 1.5. Used django default auth...

Removes BaseModelMetaclass, lets django do the work of naming our tables and solves #570 and #523