IBM Connections is social software for business that lets you access everyone in your professional network, including your colleagues, customers, and partners. IBM Connections includes the on-premises and cloud versions.
Questions tagged [ibm-connections]
265 questions
0
votes
1 answer
IBM forms designer and making jQuery work with Dojo
I have the following code:
var dojoConfig = {
baseUrl: "./",
async: true,
isDebug: true,
parseOnLoad: false,
packages: [
{name: "jQuery", location: "http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js", main:…

StealthRT
- 10,108
- 40
- 183
- 342
0
votes
2 answers
Using the JS SBT Librarys without running the SBTSDK on a Server
can the JavaScript librarys from the SBTSDK used standalone without running the SBTSDK on a server?
So that i can just include local js files from the sbt and use the APIs.
Is this possible?
Thanks.
user1213938
0
votes
2 answers
IBM SBT: CommunityService.updateCommunityLogo(file, communityUuid) triggers logout?
I (want to) use CommunityService.updateCommunityLogo(file, communityUuid) to set a logo for a freshly programmatically created community.
The call runs though without error, but the logo is not changed.
When I look into the apache.http.wire logs, it…

Christian Gosch
- 75
- 10
0
votes
1 answer
IBM Connections Blog recommend API
I am working on Blog APIs of IBM connections 3.0
From IBM Docs I got details about how I can recommend a blog entry and how I can get list of peoples recommended blog entry.
I Need API details, how I can undo my recommendation for particular…

Vishal Kardode
- 961
- 2
- 8
- 25
0
votes
1 answer
IBM Connections API - Adding Members to Wiki
I've been trying to add members to the wiki to no avail. Here's the link to the instructions on how to do…
0
votes
1 answer
IBM SBT extension property not working
the example code on
https://greenhouse.lotus.com/sbt/SBTPlayground.nsf/JavaScriptSnippets.xsp#snippet=Social_ActivityStreams_Controls_Simple_Stream_All_Extensions
I can see all extensions UI being displayed, but three of four configured extension…

user3453552
- 199
- 1
- 2
- 11
0
votes
0 answers
IBM Connections 4.5 SPI
I tried to implement the post event handler using IBM Connections SPI and deployed into IBM Connections using the below…
0
votes
0 answers
How to connect Microsoft Live Writer to write blogs on IBM Connections 4.5?
Using this description from IBM Connections 4.5, I try to get Microsoft Live Writer (from the Windows Essentials 2012 package) to connect to Connections 4.5. My Connections blog does have the BlogClient API setting activated, but I can't seem to get…

Bob Voith
- 35
- 8
0
votes
1 answer
SSO with the SBTSDK
i try to get Single Sign On working on our system. Basic Authentification already works fine.
What do i need to modify when using SSO?
I changed the managed-beans.xml settings like…
user1213938
0
votes
1 answer
Is it normal for IBM Connections opensocial gadgets to make 2 HTTP requests on gadgets.io.makeRequest?
Within an IBM Connections sharebox/share dialog gadget my-sharebox.xml, I make the following request:
gadgets.io.makeRequest(url, function (response) { ... });
Using tcpflow on the IBM Connections server to capture the outgoing request & response, I…

dvdsmpsn
- 2,839
- 1
- 26
- 40
0
votes
3 answers
Can I change the logo of an IBM community through the REST API
I found this piece of documentation that suggests that we should be able to PUT a new logo in a community.
But the documentation also states that it is ignored on input.
Before we start intensive troubleshooting, it would help if someone could…

mpjjonker
- 917
- 1
- 6
- 28
0
votes
2 answers
SBT SDK Blogs and Activities API error
I setup the Social Business Toolkit against our development system. All APIs are working correct, except for the Blog and Activities API.
For both i recieve within the Java APIs the following error:
org.apache.http.conn.EofSensorInputStream cannot…
user1213938
0
votes
0 answers
How to prevent double-encoding characters when posting to activity stream?
In IBM Connections (versions 4.0 and 4.5), I'm posting JSON like that shown at the bottom of the question to activity streams.
The "title" field in the data uses a custom title template, defined in the…

Scott Leis
- 2,810
- 6
- 28
- 42
0
votes
1 answer
External iWidget causing refresh of IBM Connections page
I have added 3rd party widgets to IBM Connections (both 4.0 and 4.5) in homepage and communities and they cause the page to go into a redirect loop after the widgets finish loading.
I have tried many different security and widget settings without…

andrewr4
- 3
- 2
0
votes
0 answers
Any way to suppress auto-created activity stream entries in Connections?
In IBM Connections, when the REST API is used to perform various application actions, Connections automatically creates activity-stream entries saying what happened.
Is there any way to prevent the creation of the activity-stream entries each time…

Scott Leis
- 2,810
- 6
- 28
- 42