Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I tried looking for a Django app to interface with Facebook's realtime updates API, but couldn't find one. I started my own implementation, but it's neither finished nor working yet.

Are there any Django apps that already take care of this?

My use case is I'd like to keep a local cache of Facebook's User model to prevent querying the Graph API on every page request. I'd like to segment content from my users into groups

share|improve this question

1 Answer

This appears to do what you need: https://github.com/rmaceissoft/django-facebook-realtime

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.