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
gresql database. Now, I need to get some facebook user's information, like Country and City. I was looking for a tool and I found django-facebook-graph, but I really don't know how to use it. I found a post ( https://groups.google.com/group/django-users/browse_thread/thread/7f21832664efa7

Re: django-facebook-graph

2011-12-19 Thread Timothy Makobu
with facebook as registration/authentication backend, make wallposts, > upload photos, etc. > > If you just want to use the features already implemented and > documented, then i suggest that you use the master branch: > https://github.com/feinheit/django-facebook-graph > > But

Re: django-facebook-graph

2011-12-19 Thread Simon Schmid | FEINHEIT
nted, then i suggest that you use the master branch: https://github.com/feinheit/django-facebook-graph But if you want to help us work on the project in any way (what we would really appreciate!), then go to the structured branch: https://github.com/feinheit/django-facebook-graph/tree/structured The st

django-facebook-graph

2011-12-19 Thread Timothy Makobu
Hi All, Im looking to post to my facebook wall via django. Facebook have discontinued the python-sdk. I then came across django-facebook-graph http://readthedocs.org/docs/django-facebook-graph/en/latest/index.html What's your opinion on it? Is there a better library? Thanks. -- You rec