I have tried looking all over the net for some help, and couldn’t find anything. I’m posting here because I am out of all other ideas. I want to integrate activeCollab with my django project but I am having trouble finding tutorials or instructions on how to use their API with django. All of the aC documentation is for php, and I can’t find any examples or tutorials on how to integrate it with django/python. Has anyone had experience with this sort of thing, or knows where to point me? Any help would be greatly appreciated!
Steve
I have not found any tutorials on how to use activecollab with python & django. However, using PyFacebook was a big help, for learning how to interact with API’s. Also, knowing PHP helped, as I took a look at some PHP tutorials on using API’s as well. Hope this helps with other people going through the same problem.