Questions tagged [basecamp]

Basecamp is a web-based project-management tool developed by 37signals and launched in 2004. The Ruby on Rails framework was extracted from the Basecamp project. Basecamp has a "classic" and a "new" version.

The Basecamp API is based on JSON and can be found here.

Click here for Wikipedia article on Basecamp Classic: Basecamp Classic

184 questions
1
vote
0 answers

How to get the access token from the redirect_uri?

I am creating a web based application and want to get data from Basecamp using their API through OAuth2. I have successfully redirected my page to this link my redirect_uri, but I couldnt get any access token from the page. How to get the access…
Irwin
  • 11
  • 3
1
vote
1 answer

Problem with Token URL for Basecamp 3 API

I am building an oauth app to connect to Basecamp 3 API using PHP and following the documentation here. https://github.com/basecamp/api/blob/master/sections/authentication.md The request authorization url works…
dairbhre
  • 25
  • 5
1
vote
0 answers

Integrate basecamp 3 with Mavenlink through webhooks?

Has anyone tried integrating basecamp 3 with mavenlink? I have looked over zapier https://zapier.com/apps/basecamp3/integrations/mavenlink and it provides support for 100 tasks monthly(Free Version) which is much less than the requirement. Now i m…
Umar Bilal
  • 11
  • 2
1
vote
1 answer

How login in basecamp account without a browser?

I'm using Python and trying to login to basecamp to consume their API but i'm having some trouble with OAuth2 authentication... How do I login without interacting with browser? I'm making a post request but it returns a 422 message... I checked…
1
vote
2 answers

Handling authentication in PHP using the Basecamp API

I'm building an application that imports Basecamp data using their API and some PHP classes I've constructed. No problems there. However, since the app will be authenticating via the Basecamp API based on credentials the user enters, I won't always…
Dave Albert
  • 25
  • 1
  • 4
1
vote
0 answers

How to login in basecamp using google login android

What will i do. i had call a url(From github scratch point 1( Github link )in Android webview1. when get a verification code from webview url, i will close webview1. got the verification code and call a task for access token, successfully get…
RaRa
  • 2,024
  • 1
  • 18
  • 29
1
vote
0 answers

How to integrate Basecamp API in Android

I am working on basecamp OAuth 2.0 integration in my android app. https://github.com/basecamp/api/blob/master/sections/authentication.md#get-authorization I am following below Documentation for implementation. The library for get accesstoken and all…
RaRa
  • 2,024
  • 1
  • 18
  • 29
1
vote
0 answers

Basecamp3 API Design Issue

I just want get an idea how people think about the new API of Basecamp3. We know Basecamp is really a good product for it's simplicity and good UI Design. But when I see the design of Basecamp3 API I just feel lost. Or I am missing something. Here…
rajuniit
  • 184
  • 2
  • 6
1
vote
1 answer

Return only Active Projects using Basecamp's API?

Is there a way to return only active projects using Basecamp's API? No matter what I try I always get back my entire list of projects, and it's HUGE. Here's what I think should work: Basecamp.establish_connection!('myhost.basecamphq.com', 'my_user',…
Trey
  • 21
  • 1
1
vote
1 answer

Submitting HTTPS over an iframe in IE problem

I'm working on a script to automatically sign you in to basecamp for a project... so far i have come up with the following as something simple just a form you submit which posts to an iframe: