Does sample.highrisehq.com work ?
|
|
Hi, This http://developer.37signals.com/highrise/index.shtml mentions several times examples like : When typing this example with either this 605b32dd token or my own authentication token, I’ve got : Is this example supposed to work exactly as such ? Regards |
|
|
Substitute ‘sample.’ with the sub-domain you use to access Highrise, and use your token you got from My Info / User account. Based on that user’s level of access is what you will see when you run http://your-sub-domain.highrisehq.com/people/1.xml You’ll also need to be able to access that person. You can get the correct ID from browsing to that person in Highrise and observing in the URL the number after /people: ex. /people/484158 Or you can get a list of all the people your user can access by running (with your token and your subdomain): curl -u YourToken:X http://your-sub-domian.highrisehq.com/people.xml The key thing to remember here, is that you must use your sub-domain and not the sample one. |
|
|
1. In reply to : I’ve got : Any idea, why ? 2. Allowing every developer to access a sample account would help to learn how to handle API handling before diving into other topics. |
|
|
In previous message, when I wrote MyToken:X, I meant I typed a 40 letters token (from MyInfo) and then letters ”:” and X. |
|
|
24 hours later, I’m still unable to connect using curl. |
