Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Django is an open source Web 2.0 application framework, written in Python. Its primary goal is to ease the creation of complex database-driven websites.
0
votes
1answer
17 views
Posting to Facebook App page wall as the App Page in python
I am trying make a post on my apps page wall as if it is coming from the app page (not another user) After researching I seem to find no solution that actually works!
I have tried to follow the ...
0
votes
1answer
36 views
How to link facebook account in Django
I'm using django-allauth to authentication in my project.
I have 3 ways to login/register:
standart way (by email - which has to be unique),
facebook and
openId (google, yahoo)
Now if user is ...
1
vote
0answers
44 views
How to create custom model for the facebook api
Context: Facebook graph API , Django, Python 2.7
I want to use the facebook graph api in python (that's ok) , and I'am curently learning this language.
I want to generate response automaticaly from ...
0
votes
1answer
31 views
How to check user facebook likes/post in django
I need to check if my users liked or posted to pages. I've tried a few of the packages around (facebook_api, django-facebook) but cannot seem to login using my access_token, or get an fql request ...
1
vote
1answer
60 views
What could cause a Django based Facebook Page Tab to take 2 minutes to load?
I have a very simple web page that uses the Facebook Javascript API and is installed as a tab on a Facebook page. When the page is loaded, the only thing it does after calling the usual Facebook init ...
0
votes
0answers
37 views
django allauth facebook local development
I'm using django-allauth for Facebook authentication in developement for a site and have set up accordingly:
within the facebook app settings on facebok:
Namespace: test_login
App Domains: blank
...
0
votes
0answers
11 views
Django-Social-Auth force user grant permission
I'm create and facebook app that must require publish_stream to publish some information on user's wall. But when user interact with auth dialog they have an option skipping publish on your wall with ...
0
votes
1answer
64 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
36 views
Social auth is not sending post — android
I am new to social auth. Is that better way to integrate social auth to our application instead to port to default sdk(facebook or twitter). I cant able to get proper guidance and tutorials for django ...
0
votes
1answer
47 views
How to create new user and new django allauth social account when given access token over api?
I have a mobile app that allows users to sign up via Facebook. Once I receive the access token from FB, I send it to the Django backend.
But then what?
Is there a method inside of ...
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 ...
0
votes
0answers
50 views
Not able to import facebook friend list via django-easy-friends app
I am trying to import facebook friendlist for a user using django-easy-friends app.
In facebook app setting i have
Site URL:http://localhost:8000/friends/suggestions/suggested_friends/
I am ...
0
votes
0answers
31 views
Django social auth return json on succesful or failed login
I am quite new to django and I am writing an application where I want to separate the client ant the server-side as much as possible so that multiple clients can access my server-side functionality.
...
0
votes
0answers
31 views
Get location based events Facebook with categories
I am trying to extract events from Facebook based on their location. For that I am using:
graph.fql('SELECT eid FROM event_member WHERE uid IN (SELECT page_id FROM place WHERE distance(latitude, ...
-1
votes
0answers
60 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 ...
0
votes
1answer
57 views
Up-to-date Django-Facebok-Heroku Tutorial
I am trying to learn 3 tools at once, and I am in deep misery. Is there any up-to-date tutorial to build a simple Django app that uses Facebook Graph API and runs on Heroku?
1
vote
2answers
179 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
49 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 ...
0
votes
1answer
60 views
Using facebook's javascript sdk to login to a django site
I'm trying to find a way to allow users to log into my django website using the facebook login button. (https://developers.facebook.com/docs/reference/plugins/login/) I've found a way to login with ...
0
votes
0answers
26 views
ImportError: No module named facebookconnect
I'm a completely new user to django. I have been trying to open a facebook connection using the pyfacebook app, so I took the example app inside it to test it with; I've done all the additions to the ...
0
votes
1answer
44 views
Using facebook to login then signal to create a userprofile
I've spent some time on Django packages looking at the ridiculous amount of options for facebook integration. I was hoping someone could narrow the choices for what I want to do. I want to be able to ...
1
vote
0answers
78 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
41 views
Calling 2 Facebook events simultaneously(Python)
I have to run 2 different queries on LIke And Unlike events of the face book Like button.
One is called in the header and another one in the template .
<script type="text/javascript">
...
-1
votes
1answer
73 views
read facebook with django [closed]
Hi I live in iran and because of filtering we can´t access facebook directly so I want to write a django application to read news feeds ,wall posts and update status. How should I began? is there ...
-3
votes
1answer
79 views
fb like and unlike together on same page not working Django [closed]
Hi i have two functions one for fb like and another for fb unlike
this is for like
<script type="text/javascript">
window.fbAsyncInit=function() {
FB.Event.subscribe('edge.remove', ...
0
votes
0answers
78 views
Facebook like button renders slowly - cache available?
I managed to add FB like button on my twitter-bootstrap navbar using django-like-button
application.
Now my concern is that the like button renders after my page has already been fully loaded.
I'm ...
0
votes
0answers
72 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
138 views
facebook login in a website - why facebook app? [closed]
i am reading the docs for logging into a website using facebook account.
the steps in this doc are:
1) create facebook app
2) other steps to setup the login.
but what i dont understand is: why do ...
-2
votes
1answer
72 views
facebook user me python
I am using the Facebook python sdk to get the user's email
import facebook as facebooksd
cookie = facebooksd.get_user_from_cookie(self.request.cookies,
FACEBOOK_APP_ID, FACEBOOK_APP_SECRET)
...
0
votes
1answer
88 views
facebook signed request email
I have the following code:
def base64_url_decode(inp):
padding_factor = (4 - len(inp) % 4) % 4
inp += "="*padding_factor
return base64.b64decode(unicode(inp).translate(dict(zip(map(ord, ...
1
vote
2answers
74 views
Calling function on unlike event of facebook
I have been calling a function to run a query in to the database on a like event of facebook like button on my python site .And it is working absolutely fine .
FB.Event.subscribe('edge.create', ...
-1
votes
1answer
109 views
iOS AFNetworking Fail occuring
Error:
MultiValueDictKeyError at /login_or_signup Key 'name' not found in
Does not mention any line number or page, only mentions pages from Django set up files (not my code)
This block of iOS code ...
0
votes
0answers
67 views
Model from one Django app not recognized in another's View
I have a django install with two apps: App and facebook_connect. I've extended the User model with App.Member—which includes fields that need to be created or updated with the facebook_connect app. ...
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
131 views
Django: allauth facebook problm
I have a login button in my site, which opens facebook login in new window, ask user to login fetch neccesary informations and immediately logout that user and close that temporary window. Problems ...
0
votes
1answer
108 views
How do I ensure the facebook channel.html javascript is cached in Django?
I'm new to Django and am trying to build an app that uses the FB API. In order not to have to log in every time I load a page in my app, Facebook suggests I use a channel file with the following for ...
1
vote
0answers
60 views
facebook api with Oauth for google app engine
I want to post to user wall from my GAE app.
For twitter, I use tweepy, which I can use Oauth, post a tweet.
I am looking for any facebook api that can function similar to tweepy.
3
votes
1answer
120 views
How do I programmatically create a user with django_social_auth?
I'm writing some test scripts for a django application which relies on django_social_auth for managing user authentication and login (facebook login only).
I'd like to bypass the login portion of ...
0
votes
1answer
52 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
241 views
How to populate user profile with django-allauth provider information?
I'm using django-allauth for my authentication system. I need that when the user sign in, the profile module get populated with the provider info (in my case facebook).
I'm trying to use the ...
0
votes
1answer
104 views
Request for fb token returns Error 400 in django only in production: “Invalid redirect_uri: The specified URL is not allowed…”
I am trying to get long lived an access token for fb api in python, django using this tutorial: http://developers.facebook.com/docs/howtos/login/server-side-login/
This is working locally for me on ...
0
votes
0answers
83 views
Get facebook login status from session
I have a django app running on google app engine.
I would like to know if the user is logged in to facebook or not. - I mean if he logged in to facebook from another tab in the browser. (Not from my ...
0
votes
1answer
169 views
MANY FACEBOOK SHARE buttons in the same page?
I implemented the facebook share button in my page using javascript, like this:
<script type="text/javascript">
$(document).ready(function(){
$('#share_button').click(function(e){
...
1
vote
1answer
490 views
Django-allauth No Facebook app configured: please add a SocialApp using the Django admin
I am trying to setup Django-allauth in my project. I am running into this error and am unable to fix it.
Environment:
Request Method: GET Request URL: `http://localhost:8000/accounts/login/`
...
0
votes
0answers
164 views
Facebook graph api verified User. Clone/Fake accoutn check
Does any one know how to check if a facebook user is fake or clone account? I currently use verified field in /me/. In facebook api document https://developers.facebook.com/docs/reference/api/user/ ...
0
votes
1answer
200 views
django-social-auth “UserSocialAuth.user” must be a “Trainee” instance
I'm integrating django-social-auth in my existing application. I've done everything so far the only missing thing is to integrate my user model (Trainee) witch doesn't use the auth.User model to the ...
0
votes
1answer
374 views
OAuthException exception with django-social-auth
I'm using django-social-auth to authenticate users for facebook login for my website.
<a href="{% url socialauth_begin 'facebook' %}?redirect_uri={{SITE_URL}}complete/facebook/">
This ...
0
votes
1answer
92 views
Django and facebook login: can't get 'code' variable in callback
here's my view.py
def facebook_login(request):
f = FacebookAPI(client_id=FACEBOOK_APP_ID, client_secret=FACEBOOK_API_SECRET, redirect_uri=SITE_URL+'/login/facebook/')
if ...
1
vote
1answer
218 views
Django-allauth facebook connect JS SDK
I can successfully use django-allauth to let users login via facebook's OAuth2 mechanism. Now I'd like to enable login via facebook's JS sdk.
The docs say that
For Facebook both OAuth2 and the ...




