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

Hello, when I try to use v2.1 of Facebook Graph-API I run in troubles as I can't specify the versioning in the URL. Some fields are available starting from a...

For instance getting album pictures etc.

username to slugified_name in api.py

`FacebookAuthorization.create_test_user` is raising the following error: ``` open_facebook.exceptions.UnknownException: An unknown error has occurred. (error code 1) ``` I believe it has something to do with the default `name` that is...

I was stuck on this for a little bit, it seems that you have to pass link kwarg rather than url when posting to Facebook.

It seems like Django-facebook and south do not go very well together, for migrations Is there a way of using django-facebook so that no new user is created, but simply...

For testing purposes in our app we would appreciate the possibility to create test_users without the app already installed. We have added this functionality to the OpenFacebook/api.

I am getting this error when I try to login: ImproperlyConfigured at /facebook/connect/ settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. Here is...