Stian Prestholdt
Stian Prestholdt
I successfully run most of the tests in python 2.7.8, though I'm not sure I should branch out of master because master has 2 breaking tests there? I manually tested...
I'm missing one test that we should have and that's where the cookie parsing fails. It should not throw an exception on those circumstances. I will add that ASAP.
I don't see why you get any exceptions on these lines of code. They don't look pretty but should be valid in python3?
Yeah I know that they are not present in python 3. And they will trigger an exception but they are guarded from doing that in your examples. Don't the `except`...
I am having the same problem when using [`FacebookAuthorization.parse_signed_data()`](https://github.com/tschellenbach/Django-facebook/blob/master/open_facebook/api.py#L459). I narrowed it down to the decoded payload, on line 475 in api.py, not being decoded to string.
I'm working on a fix here: 7d1219b36ef9318495032d8dd0626d11b45fbf9a . Though not finalised yet so _do not use it_. It would be very nice if people would test this fix =) I'm...
@tschellenbach I'm having a hard time to test this change. How can I run all tests locally and those specifically for `open_facebook`? I want to make sure this fix doesn't...
I should have read the great documentation before I posted this. So I easily managed to extend the forum model with a site foreign key. But have you ever thought...
We're looking for the same functionality. Allow forum members to toggle on/off notifications on email. When a reply is added to a topic you have created and replies to a...
Added a possible solution in #74 for those interested.