On Wednesday, February 22, 2012 12:25:21 PM UTC-5, yati sagade wrote:
>
> I have always used the FB API using core Python urllib and other 
> helpers(after reading the FB API docs, of course), but you may find this 
> this <https://github.com/sciyoshi/pyfacebook/> and 
> this<http://blog.carduner.net/2011/09/06/easy-facebook-scripting-in-python/>helpful.


pyfacebook has not been updated in over 2 years and uses the deprecated 
REST API, so it would be a bad place for a beginner to start. I would try 
using either one of the various unofficial forks of the official Facebook 
SDK (I prefer PythonForFacebook's [1], but I might be biased because I have 
commit access), or one of the two "django-facebook" libraries 
(PythonForFacebook's [2] or Thierry Schellenbach's [3]).

[1]: https://github.com/pythonforfacebook/facebook-sdk
[2]: https://github.com/pythonforfacebook/django-facebook
[3]: https://github.com/tschellenbach/Django-facebook

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/SvmBG6s1YcIJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to