Hi,
I was wondering, after requesting with an access_token
GET https://launchpad.37signals.com/authorization.json
I'm getting a list of available accounts back as described in the API docs.
After that, I add that user to another BCX account, he accepts the
invitation, new Basecamp account is visible on the launchpad.37signals.com,
but in the API response it's not.
How can I get that newly added account in the response? Will it appear
there after access_token expires and I'll refresh it and then get that
account listed?
Any ideas?