Facebook connect on Google App Engine with Django Patch

Posted by yoav.aviram on Stack Overflow See other posts from Stack Overflow or by yoav.aviram
Published on 2010-01-14T14:19:45Z Indexed on 2010/04/21 9:13 UTC
Read the original article Hit count: 281

We are building a website on Google App Engine, using django patch. We would like to use Facebook connect for two purposes:

  1. Authenticate users.
  2. Access user's social data.

Searching for a solution in the usual places (google, FB, SO) brigs up a lot of noise, many partial solutions and no clear answer.

So the question is this: does anyone has a clear working solution? maybe even a recipe?

Thanks.

© Stack Overflow or respective owner

Related posts about gae-python

Related posts about facebook-connect