What I am trying to do is :
I am trying to integrate my web application with basecamp. When a user logs in to my web application, it should list all tasks/todo's assigned to him/her in basecamp.
What I already have :
I have admin credentials of basecamp from where I manage all products/applications todos, Client Id, Client Secret, ProductName/appName and redirect url (available in app. settings)
Is it possible to login to basecamp in background/programatically (without user intervention) and get details of all todo's and related information?
If yes then how?
Are the parameters mentioned above enough to do this? If not, then how can I achieve this?
Can anyone please guide me?
I've Googled a lot but could not get a complete solution.
Links Referred:
- HTTPS connection with basic auth result into Unauthorized
- https://github.com/37signals/api/blob/master/sections/authentication.md
- https://github.com/37signals/basecamp-classic-api/blob/master/sections/data_reference.md#person
- https://github.com/mark-hahn/basecamp/blob/master/basecamp.coffee
- http://www.gregaker.net/2012/feb/25/oauth-the-37-signals-api/