I'm new to basecamp api, and while trying out the simplest example:
curl -u user:pass -H 'User-Agent: MyApp (yourname@example.com)' https://basecamp.com/999999999/api/v1/projects.json
I got the error says:
There's no Basecamp account at this address. Sign in to Launchpad to see your accounts.
I replaced the user with my basecamp email address, and the pass as the password.Am I putting something wrong?
Thanks in advance!