I would like to use Facebook Credits with my Django app.
The Facebook Credits documentation has only a sample for the PHP callback page (https://developers.facebook.com/blog/post/489/).
However, I would like to develop a callback in my Django application. I already created a view for the callback, but now I have no idea what Facebook is sending me and how to parse it.
I assume this is some kind of HTTP POST request with some parameters that I should parse, but how?
Thanks for all the input.
source share