Questions tagged [django-facebook]

A Facebook open graph API implementation using the Django web framework in python.

A Facebook open graph API implementation using the Django web framework in python. It enables users to register using the Facebook API. It converts the Facebook user data and creates regular User and Profile objects. Integrates with your existing Django application.

Documentation for this app is sparse.

82 questions
0
votes
2 answers

Django Facebook timeout

Since I updated to the newest version of django facebook I get this error: TypeError at /facebook/connect/ open() got an unexpected keyword argument 'timeout' Here is the full trackback: File…
prototype
  • 3,303
  • 2
  • 27
  • 42
0
votes
1 answer

Url error in django social auth

I am using django social auth in my app and I found a Page not found error. I have installed it in my app and also place it in my project parallel to my app. And I have also add url to my url file url(r'', include('social_auth.urls')), But when it…
user786
  • 383
  • 1
  • 3
  • 15
0
votes
1 answer

Retrieve data from FQL query

I'm doing a facebook integration with django-facebook so I need to retrieve data from fql queries. Here is the code: a = request.user.get_profile().access_token aquery = "SELECT uid, rsvp_status, start_time FROM event_member WHERE eid =…
prototype
  • 3,303
  • 2
  • 27
  • 42
0
votes
1 answer

Issues with facebook profile model

I am using facebook_connect with my app. I want to import user profile model to my app.....But it gives me an error of from facebook_connect.models import FacebookProfileModel ImportError: cannot import name FacebookProfileModel my model.py is…
user786
  • 383
  • 1
  • 3
  • 15
0
votes
1 answer

Obtaining friends in the django_facebook framework

I'm a little bit confused on the process of obtaining a user's friends list using the frameworks django_facebook and userena. This is confusing because {{ request.user.get_profile.friends }} returns an empty list for a user with friends, and this…
Lucas Ou-Yang
  • 5,505
  • 13
  • 43
  • 62
0
votes
0 answers

Facebook Unsafe JavaScript Attempt

Having problems authenticating using OAuth2.0 with the JS SDK 1) created facebook website app with domain 'urchinapp.com' site url 'http://local.urchinapp.com:8000/' 2) I edited my /etc/hosts file to redirect local.urchinapp.com to localhost 3)…
ejang
  • 3,982
  • 8
  • 44
  • 70
0
votes
1 answer

How to figure out if user is logout from facebook using fandjango app

I am using fandjango app for handling facbook user information. If user is logout from facebook and hit url from same browser, I am getting error Error validating access token: The session is invalid because the user logged out. Can somebody tell…
Invincible
  • 412
  • 3
  • 19
1 2 3 4 5
6