DISQUS

Officially Lucky: Site converted to django-friendly: FriendFeed integration - Officially Lucky, a blog by Clint Ecker

  • DZ · 1 year ago
    Nice!

    Is there a way to post comments _to_ a friendfeed item rather than just pulling comments from it?
  • Clint Ecker · 1 year ago
    Hmm... I'm not sure. I really didn't dig too far into the API beyond the two endpoints I was interested in (grabbing entries and likes). I've had other people express interest in similar stuff too.
  • Jon Parise · 1 year ago
    The commenting interface is exposed, but the commenter needs to authenticate for the "add comment" API call.
  • PPS · 1 year ago
    I'm using django-pagination too. I'm interested in cleaning up the urls so instead of ?page=2 it would look like /page/2/. Have you tried changing that? I'm fairly new to django so I'm looking for a point in the right direction.