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.

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.

learn more… | top users | synonyms

0
votes
2answers
88 views

How can I persist Facebook access tokens when using Flask and rauth?

When I perform a get_authorize_url request to facebook, I am redirected to the following URL (seen in the browser): http://127.0.0.1:5000/#access_token=sdfsdfasfaf&expires_in=5849 But I am ...
0
votes
0answers
112 views

Flask - Can't get Facebook APP ID after changing project structure

I am creating a Facebook app in Flask. As this is a microframework I started simple from the tutorials and had everything in 2 files: app.py and conf.py (and others like /templates). In the basic ...
1
vote
2answers
310 views

Call Python function (Flask) from JavaScript file (melonJS) game on Facebook

I've looked through many topics on stackoverflow, github, Google and many more... and found many different answers although no simple answer. I'm writing a Facebook game in JavaScript (using melonJS ...
0
votes
1answer
63 views

Flask Social - FACEBOOK_SOCIAL not taking request_token_params argument

I am using Flask and Flask-Social to work with a web login using the Facebook API, and I am having some troubles when I ask for permissions. Basically, I am not capable to ask for other permissions ...
0
votes
1answer
345 views

Flask/Facebook: Flask-Oauth OAuthException: Missing redirect_uri parameter?

I have a Flask app that I'm trying to authenticate with Facebook. Locally, it works perfectly fine. When I deploy to Heroku, it doesn't work, throwing the following error: {u'error': {u'type': ...
0
votes
1answer
257 views

installing flask in Python on Heroku

I'm trying to follow this guide. I made virtualenv and installed flask in it: Requirement already satisfied (use --upgrade to upgrade): Flask in /usr/local/lib/python2.7/dist-packages Requirement ...
2
votes
0answers
201 views

What is the proper way of using sessions/cookies in facebook app in python?

I am building a facebook app using python (Flask framework). When I load up my app, apps.facebook.com/exampleapp I am getting my facebook ID from signed_request. However, my navigation did not work. ...
4
votes
1answer
1k views

Problem running Heroku's Facebook app tutorial with Python

I am testing Heroku's ability to write a Facebook app with Python. I'm having a problem running the basic tutorial. It seemed like this question was worth asking on StackOverflow in case there's an ...
9
votes
2answers
3k views

Facebook Connect for Flask

With Flask-OpenID there's a really nice OpenID module for the Flask framework. However, facebook only supports FBconnect and no real OpenID. I'm looking for a modified version of Flask-OpenID (if one ...
0
votes
1answer
268 views

Need help with inconsistent loading iframe

I'm trying to include a Facebook share iframe on a site that's served using Flask and Apache. The iframe loads inconsistently however and I am at a loss for possible explanations. Here is what I have ...