The
django-facebook tag has no wiki summary.
0
votes
1answer
51 views
Getting django-facebook to work
I an trying to get django-facebook to work as per instructions given in the readme on
https://github.com/tschellenbach/Django-facebook. I am new to django.
It looks simple but I am facing the ...
0
votes
0answers
16 views
Django-Facebook redirecting to extra info page during second login
I am using django_facebook for connecting users to my web-app. When logging in the first time the user gets authenticated and is redirected to my application home page.
However, when the user logs ...
0
votes
0answers
19 views
using django-facebook to save facebook user friends
I am using django-facebook to have facebook connect functionality in my site.
Everything is great till now, however I am trying to save the friends list in my db when the signal ...
-1
votes
0answers
58 views
OSError at /facebook/connect/ [Errno 13] Permission denied: '/images'
I am currently trying out django-facebook plugin. I currently succeeded in getting my user connected with facebook but when it comes to saving the user's fb images to my server, an error as follows ...
1
vote
2answers
171 views
Facebook Login in Selenium Tests
I'm working on a django project, using django_facebook for Facebook interaction, and Selenium for automated system testing.
In the tests, when it comes to logging to facebook from my application, I ...
-1
votes
1answer
47 views
Publish something on timeline of the facebook - Open Graph [closed]
We have an application in Python/Django app where we use the django-social-auth to login through facebook. Initially the login request full access permissions facebook, then we can publish on her ...
1
vote
0answers
70 views
Post status to Facebook using Django and django-facebook package
I installed django-Facebook and Django-registration. Django-registration is working fine but django-Facebook is not.I need to post status to Facebook via textarea provided in my site. As i am newbie ...
0
votes
0answers
71 views
Add Facebook App to Django to get permissions on Facebook pages
There are some Facebook pages on which i want to post on behalf of Page Admin.I want something like this:
Facebook page admin login using Facebook account and authenticates by clicking on button
I ...
0
votes
1answer
91 views
django-facebook does not login facebook test user
I am creating a web app that allows users to register using their Facebook account. I am using django-facebook to do the authentication / registration of new users. I am trying what I think is the ...
0
votes
1answer
39 views
Django: Changing default reset_password views and forms?
I have been using Django's built in password reset views and forms to great success, but I'm not sure how:
I could customize the error messages in each of the forms' field validation. For instance, ...
0
votes
1answer
51 views
Django-Facebook: Storing and interfacing data about friends?
I'm working on a small web application that allows users to sign in with facebook, and create and write small journals. Their facebook friends can then log in, and see what their friends have written.
...
0
votes
1answer
51 views
Use an image of an ImageField for an other ImageField. Django
I'm using django_facebook. Each time a user registers with fb, her profilpicture is loaded on a field called 'image'
In my models.py I have a field, named profilpic, to allow users to have a profil ...
0
votes
1answer
131 views
Anonymous User Error Edit
I have installed django-facebook-4.0.8 for my website.The package is installed succesfully but giving different types of errors.
Please help!
I am using AUTH_PROFILE_MODULE = ...
0
votes
1answer
355 views
userprofile matching query does not exist django facebook error
I am getting the following error after integrating
DoesNotExist at /facebook/connect/
UserProfile matching query does not exist.
Here is my models.py
from django.db import models
from ...
0
votes
1answer
94 views
Use facebook picture as default picture. Django
I'm using djngo-facebook and I would like the profile-picture to be the picture of my user when they register with facebook.
In my custom User model (Userprofile) I have a
profilpic = ...
1
vote
0answers
35 views
Checkin to a page
I got a page on Facebook and i want to know how come people can't check in on my page? I tried checking in and it came up with a different page and i have merged the pages together but it still not ...
1
vote
0answers
82 views
Facebook connect without refreshing the page. Django
In my django app, I use django-facebook.
I would like my users to be able to fb connect on a page. Once they are connected, some changes are made on the page.
What I would like to do is allow the ...
0
votes
2answers
90 views
Django auth + userena + django_facebook from another database
I have a Django installation with userena and django_facebook working pretty fine. Can I somewhat make my authentication work from another database (one database for authentication and another for ...
0
votes
0answers
47 views
Display different things for different elements in the same loop. Django
In my django app I display the list of the user's facebook friends and I allow him to invite those friends, individually, thanks to a button "Invite". (I use django-facebook)
What I would like to do ...
0
votes
1answer
109 views
How to know if a user is facebook logged in? Django
As the title indicates, I would like to know how to do to distinguish a user that is logged in with facebook from a user that is logged in by mail. I'm using django-facebook.
It seems that
...
0
votes
0answers
122 views
Django facebook on user login
I'm using django-facebook and I'm wondering how would a view look when the user signs up for the first time. I've seen these Signals but I'm don't know how to use them, some errors appear.
The idea ...
0
votes
2answers
116 views
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 ...
0
votes
1answer
311 views
Django social_auth custom user model FacebookBackend explanation
I'm trying to use social_auth (omab) for the first time and I'm find that there is no working example how to store basic facebook user data. Authentication works and user is created without problem as ...
1
vote
0answers
146 views
Django Lib to create Facbook Canvas App [closed]
I found at least three libraries which can be used to create Facebook Canvas Apps on Django:
PythonForFacebook - https://github.com/pythonforfacebook/django-facebook
Fandjango - ...
0
votes
2answers
234 views
Setup django test server with port forwarding
I want to setup django test server so it can be accessed through web address (mainly for facebook testing). For this I'm using the no-ip service wich works fine with apache. But when I try starting ...
0
votes
1answer
278 views
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
...
0
votes
1answer
172 views
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, ...
1
vote
1answer
58 views
Where to place facebook_connect files in my app?
I have used facebook friends app for inviting friends in my app.So I want know to that where I have to place its files in my app because it has mode, view manager, admin, setting, url and template ...
0
votes
0answers
143 views
How To import facebook friend list in django
I am using facebook connect with my app and I can successfully login to my app with my facebook id . Now I want to import my facebook friend list to my app and I don't know how can I do that.
I am ...
0
votes
1answer
57 views
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 ...
0
votes
0answers
108 views
How can I use django facebook connect?
I want to use facebook connect with my app, how can I used that wheather I have to place the facebook_connect folder inside my app directory or I can simply install it.
I have tried it without ...
0
votes
0answers
15 views
Issues with facebook _connect with django
I am using django facebook_connect with my app.It is working means I can login through facebook to my app.But yet I have two issues.
1) After login it does not display me the profile of user but ...
0
votes
0answers
17 views
Issues with facebook package
I am using the facebook package(django-facebook-connect 1.0.1) on my registration page.
the form is not getting the facebook script(it shows the button)
I am using these lines in my template
{% load ...
0
votes
1answer
88 views
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 ...
2
votes
1answer
166 views
Links in django_facebook app result in Bad Request: missing signed_request
I'm using the django_facebook library installed on pythonanywhere.
When I click a link from one view to another, I get an error message:
400 Bad Request
Missing signed_request.
Could ...
0
votes
1answer
128 views
Django: django-facebook redirects to /facebook/connect/
I read all the documentation about django-facebook, and I'm still not understanding why after setup the settings.py, the registration redirects to a template on django-facebook.
settings.py
...
1
vote
0answers
88 views
django-face book login
I want to implement facebook login,like,share,commenting etc in my site. I want to use django-facebook api and open graph for this.I didnt get proper document for this from any site.Can any one ...
0
votes
0answers
290 views
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 ...
6
votes
1answer
849 views
Django: Full fledge Facebook and Twitter integration (Django-Facebook, django-social-auth, django-allauth)
Before I post my question I would like to tell you that I'm aware of few excellent django packages out there for twitter and facebook integration:
Django-Facebook
django-social-auth
django-allauth
...
0
votes
0answers
124 views
send facebook user request from django?
I have a django-based website and am using django-facebook for authentication so our users sign in with their facebook accounts. On my site a user can create a team, and then can invite users to join ...
1
vote
1answer
680 views
Django, Howto connect (and extent) facebook and django-userena or similar
It's been explicitly written in Django-facebook that they recommend it to be used with Userena:
We recommend using Django Userena. It seems easier to work with than
Django Registration. Both are ...
1
vote
0answers
223 views
django-facebook and renewing oauth token
I'm using django-facebook on an app. Users can publish open graph actions from the application, but I'm running into problems with expired oauth tokens since moving away from offline_access.
I'd like ...
1
vote
0answers
165 views
Django-facebook authentication
I believe i have managed to integrate Django-facebook, but it only logs in the first time. Do you guys have any idea what the problem might?
0
votes
1answer
190 views
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 ...
1
vote
1answer
308 views
Retrieve username and invite friends on django-facebook
I followed the instructions to install Django-facebook into my site to allow users to register, login, invite friends and share stuff on my site. I could easily register users to my site using their ...
1
vote
0answers
425 views
django_facebook “An error has occurred. Please try again later.” … sometimes
so I found this support ticket,
Redirecting to authentication dialog - "An error occurred. Please try again later"
and it describes a bunch of possible solutions for my problem... and none ...
1
vote
1answer
295 views
FB App opening in new browser rather then FB Canvas if I use DJango Fandjango App
I have a FB App which I created using Fandjango. It works fine if a user logs in to the application for the first time but in case user has used the app earlier and want to open the app, it opens up ...
0
votes
1answer
451 views
No module named registration.forms in django-facebook
I'm using django-facebook for facebook authentication: https://github.com/tschellenbach/Django-facebook
However when I go to /facebook/connect (the sample template to test registrations) and try to ...
0
votes
0answers
256 views
django-facebook don't find the “fbsr_” cookie
I use django-facebook in google appengine.
After in december I seted up the new OAuth2, and then i found, that the cookie named to fbsr_+apiID (and need a new prasing like here: ...
0
votes
1answer
549 views
How can I override/extend the “pipeline” flow used in django-social-auth?
This is discussed in this thread but it looks like it hasn't been documented yet.
I'm ultimately trying to create the following Facebook Connect sign-up flow:
User connects to Facebook (such that ...


