0

I'm looking to connect to the StackExchange API via drupal. I've searched the modules on D.O and have not found one that is suitable. Wondering if anyone has done this integration?

CodesInChaos
  • 106,488
  • 23
  • 218
  • 262

1 Answers1

1

There seems to be an Obsolete module in drupal 6:

https://drupal.org/project/stackoverflow

Probably, you can pick it & modify as per your need.

Sumoanand
  • 8,835
  • 2
  • 47
  • 46
  • 1
    Reviewed that one, seems to be focused on "flair". Ended up building one from scratch, will contribute to drupal.org when it is in good alpha shape – David Hazel Sep 22 '13 at 19:40