jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
11 lines (10 loc) • 602 B
JSON
{
"oauth2-basecamp" :{
"originServerAuthorizationUrl" : "https://launchpad.37signals.com/authorization/new",
"originServerTokenRequestUrl" : "https://launchpad.37signals.com/authorization/token",
"clientOAuth2CallbackUrl" : "http://localhost:8090/BaseCamp-ProjectInfo/oauth/oauth2Callback",
"oauth2ConsumerKey" : "!!!_CHANGE_ME_DO_NOT_START_SERVER_WITH_OUT_A_REAL_ONE_FROM_BASECAMP!!!",
"oauth2ConsumerSecret" : "!!!_CHANGE_ME_DO_NOT_START_SERVER_WITH_OUT_A_REAL_ONE_FROM_BASECAMP!!!",
"oauth2CallbackExtraParams" : { "type" : "web_server" }
}
}