Connect Basecamp resource w/ OAuth 2

  • Goal: I need to add a Basecamp resource

  • Steps: I tried creating a new resource using OAuth 2, but I hit an error when I click on the Connect with OAuth button

  • Screenshots:

1 Like

Hi @andrearocca! Welcome to the community. :slightly_smiling_face:

The error you're seeing suggests that Basecamp's authorization endpoint is expecting a URL param called type. You can try setting the Authorization URL in the resource's configuration page to https://launchpad.37signals.com/authorization/new?type=web_server. You may need to add the same URL param to the token URL, as well.