Questions tagged [37-signals]

37signals is the company behind Basecamp, Campfire, and Highrise.

37signals is the company that builds and maintains Basecamp, Campfire and Highrise.

  • Basecamp is a project management tool targeting ease of use and simplicity
  • Campfire is a business group chat application to allow teams to have private collaborative sessions
  • Highrise is a Contact Management System again targeting ease of use and simplicity
23 questions
0
votes
0 answers

"GET" name search does not return desired customer result using the HighRise API

See these 2 videos which explain the real problem: https://watch.screencastify.com/v/PBrkqxnIHLJ3E3TiOvRQ https://watch.screencastify.com/v/p2Ul86Pm6Gq4M9UwD9zN I have a NEW customer with the name "Greg Nel". When I want to create OR if I want to…
0
votes
1 answer

How to fetch company data by tag from Highrise pass the API limits?

First of all, thanks for your help guys; I tried to do 3 things ; 1. Get companies name from highrise 2. Do it by their tags 3. And overcome Highrise 500 API call limits I tried wrappers like A__https://github.com/feedmagnet/pyrise which let me do 1…
Laphattan
  • 21
  • 4
0
votes
1 answer

Re-designing 37signals paths to be hosted under a single domain

37signals is a web app company. Some of their applications: basecamp, to manage projects highrise, to manage contacts backpack, like a wiki they use different domains for each application (basecamphq.com, highrisehq.com, etc) in basecamp, this is…
Victor
  • 23,172
  • 30
  • 86
  • 125
0
votes
1 answer

How does Basecamp crop uploaded user images into a circle?

Does 37signals manipulate the image on the server side? Or do they use javascript to center and crop the user's image on the client-side?
Jackson Henley
  • 1,531
  • 2
  • 15
  • 27
0
votes
1 answer

highrise API, put unprocessable entity , 37 Signals

i´m playing arround with the HIGHRISE API, and they understood the meaning of rest, its pretty cool and at some points gracefully forgivingly, but has anybody any idea why the xml i PUT is not accepted ? here is some relevant logging : 2014-02-23…
john Smith
  • 17,409
  • 11
  • 76
  • 117
0
votes
2 answers

Highrise API Returning Error Code 500

I am attempting to use the PHP Wrapper for the Highrise API located here: https://github.com/ignaciovazquez/Highrise-PHP-Api I need to set a custom field for a HighrisePerson object. According to the code this should be pretty…
Matthew Jones
  • 197
  • 1
  • 10
0
votes
1 answer

Basecamp API authentication with OAuth2: internal checksum failed error

I'm trying to write a CodeIgniter controller to handle OAuth2 authentication for the 37signals' Basecamp API. The problem is I keep encountering the 'internal checksum failed' error, when trying to connect (via cURL) to…
WNRosenberg
  • 1,862
  • 5
  • 22
  • 31
0
votes
1 answer

37Signals OAuth C# example

I'm in need of an complete C# example of how to use 37Signals OAuth as described here : http://groups.google.com/group/37signals-api/browse_thread/thread/86b0da52134c1b7e I can get the time limited verification code as mentioned in point 3, but from…
PW763
  • 251
  • 1
  • 6
  • 12
1
2