I am trying to integrate everyauth with the Basecamp API, which follows an API url scheme of https://#{yourbasecampaccount}.basecamphq.com/#{resource}/#{representation}.xml
So if I have two people with different accounts, the API URL for each of them is different.
How do I resolve this when oauth2.js asks for 'apiHost: 'e.g., https://graph.facebook.com' ?
@chendrix, I just added a 37signals module to everyauth to handle Basecamp, etc. Please take a look at the README for 37signals instructions. You can get access to it via the latest npm install.
I am trying to integrate everyauth with the Basecamp API, which follows an API url scheme of
https://#{yourbasecampaccount}.basecamphq.com/#{resource}/#{representation}.xml
So if I have two people with different accounts, the API URL for each of them is different.
How do I resolve this when
oauth2.js
asks for'apiHost: 'e.g., https://graph.facebook.com'
?