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

This issue should not have been closed to begin with. This is often-used and the issue hasn't been solved in the actual code.

In Fashiolista, user profile is generated automatically just with few clicks, while django-facebook default shows the "Register for an account" form. How can I skip the "Register for an account"...

README.rest contains an outdated link to http://www.fashiolista.com/intro_wide_minimal/ . This should be fixed, because -- for new users -- it gives an impression of the library not being actively used.

We were using django-facebook since version 5.2.8 .We created custom user profile by inheriting from FacebookProfileModel as follows class FacebookCustomProfile(FacebookProfileModel): sel_choice = (('Y', 'Yes'), ('N', 'No')) user = models.OneToOneField(User) also...

Response.Redirect("https://www.facebook.com/dialog/oauth?" + "client_id=" + "{507061112747022}" + "&redirect_uri=" + "{http://localhost:63695/FacebookChatApi/Default.aspx}"); But in mobile app there is no local host ... its url is something file://android/www/login.html I cant use directly this in...

Hello, I'm using django 1.7 on python 3.4 an I'm having this F******\* error showing just after every try to login or register on /facebook/example/ I've tried every settingsI found...

When I integrate facebook with asp.net When I give http://localhost:2111/ in Valid OAuth redirect URIs. It is working fine but I have to do with live URL site. At that...

This error occurs in api.py when running /facebook/example/ File "C:\Users\Ray\padpiper\padpiperenv\lib\site-packages\django_facebook\api.py", line 64, in get_persistent_graph code = request.REQUEST.get('code') WSGIRequest.REQUEST was removed in django 1.9: https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-9

When trying to delete a Page post, the access_token must be related to specific page token rather then user or app token. results=self.graph.delete(post_id,access_token=self.page_access_token,version='v2.2') Expect to be able to pass parameter...