Re: How to use django-facebook-graph

2012-06-13 Thread Simon Schmid | FEINHEIT
Hi Ada Facebook Development is kind of complicated. You have to be familiar first with the Facebook Graph APIĀ [1]. Our repository django-facebook-graph mainly helps you to add facebook functionality to your django app, if you understood how facebook development in general works. Try to go through

How to use django-facebook-graph

2012-06-12 Thread Ada Pineda
Hi I'm pretty new with django and I'm trying to connect an app that I've created (and it's hosted on Heroku) to Facebook. I created an app in Facebook and indicated that I wanted to use python and Heroku. I have a simple home page that reads some data and store it into a postgresql database. Now,