Questions tagged [ibm-sbt]

The IBM Social Business Toolkit contains tools for developers to build social applications and interact with IBM Collaboration Solutions products like IBM Connections, IBM Domino, IBM Domino Social Edition and IBM Sametime.

The IBM Social Business Toolkit contains tools for developers to build social applications and interact with IBM Collaboration Solutions products like IBM Connections.

Documentation is published in application development wiki.

Application Development Playground is available to explore at Playground

177 questions
3
votes
1 answer

Integrate other sources into IBM Connections search

I know there has been a short discussion about this here but I'd like to point out a specific use-case. Maybe there is other ways to accomplish this or IBM could take the use-case and evaluate if this would make a good addition to an upcoming…
Markus Nagel
  • 133
  • 1
  • 4
2
votes
2 answers

Add a owner of a community with IBM connections Cloud API

With the API of Connections community we can add member as described in this URL :…
2
votes
1 answer

Connections Social Business Toolkit getCommunityEvents method not found

I am using the sbt accessing different pieces of data from Connections ( 4.5 ) using xPages on Domino 9.01 FP2 HF384. When I execute the code below I get an error the method can not be found. Yet this works fine on the playground when pointed to my…
Bitwyse1
  • 339
  • 3
  • 18
2
votes
1 answer

Add file programmatically to IBM Connections Community

I am trying to upload files programmatically to an IBM Connections Community File library. I am able to upload to files and then share with the community, but unfortunately is not the desired behavior. I followed the API documentation…
Flavien
  • 25
  • 1
  • 4
2
votes
2 answers

IBM SBT: Create a folder in a community

I'm getting my hands on the SBT Toolkit with Java. Works great but having some difficulties with folders: I need to create a folder in a community and put some files into it. Unfortunately, the class CommunityService has no such method. I could use…
2
votes
1 answer

How can I index sub-community discussions and events?

I have written a custom crawler to index all the data from the connections seedlists https:///forums/seedlist/myserver When we started utilizing subcommunities, I double checked to make sure subcommunities behave practically the same as communities.…
darethas
  • 7,377
  • 3
  • 23
  • 32
2
votes
1 answer

IBM Collaboration QuickStart image v3.5 - Softlayer - After logging in everything is access denied

I have a Softlayer instance with IBM Collaboration QuickStart image v3.5 installed. Following the guide here, I have the server up and running. However whenever I log in using the details I provided during the setup wizard, I immediately get an…
2
votes
1 answer

Trusting an application (not a user) to post to any user's activity stream

I'm trying to use the Social Business Toolkit in Java code on a Connections server to post to users' Connections activity streams. By default, Connections doesn't allow any user to post to another user's stream, and this restriction applies to my…
Scott Leis
  • 2,810
  • 6
  • 28
  • 42
2
votes
1 answer

SSO between XPage App, Notes client and Connections

Has anybody had any success creating an XPage application that includes SSO so that the user logs into notes client and is able to open an XPage application (Database) which uses the Social Enabler to integrate Connections data into the XPage? The…
GFORREST
  • 75
  • 6
1
vote
1 answer

Error getting Connection Cloud data using Xpages and IBM SBT

I'm trying to connect to Connections Cloud to get data and display it in xpages using IBM SBT, but I'm having some troubles. I have installed the IBM SBT on Domino Server and deployed it to Domino Designer after reading the installation guide. I…
1
vote
2 answers

IBM Social Business Toolkit - no support for IBM Connections 5.5?

I'm asking myself whether IBM Connections 5.5 is not supported by IBM SBT. The version I use is "1.1.11.20151208-1200". My test procedure is the following: public static void testCreateCommunity() throws ClientServicesException { String g =…
SiriSch
  • 180
  • 1
  • 3
  • 16
1
vote
0 answers

How to programmatically create a bookmark for another connections user?

We want to create bookmarks programmatically and this works fine if the email parameter matches the account of the currently authenticated user. The question is, how can we create a bookmark for another user ? Below is the pseudo we use from the…
mpjjonker
  • 917
  • 1
  • 6
  • 28
1
vote
0 answers

Ajax Call to spring servlet could not initiate oauth2 dance for IBM connection cloud

I am trying to make an ajax call from my web page to my spring servlet which then has to retrive the data from connections cloud using SBT oauth2 endpoint. The ajax call is working fine for other servlets but failing to do oauth2 dance. Here is my…
raven
  • 23
  • 3
1
vote
1 answer

How do I replace an existing Community file on IBM SmartCloud

I am trying to replace an existing Community file using the following java Map paramsMap = new HashMap(); paramsMap.put("createVersion", "false"); fileEntry = fileService.updateCommunityFile(fis, fileUuid, fileName,…
1
vote
0 answers

Error - Unknown packaging eclipse plugin

I am following the ICCAD_L02_Getting_Started_Connections_Cloud.pdf document available on IBM Greenhouse. I have completed all steps succcessfuly till Step 84. Once I execute step 85 and complete it I get an error. Request help in resolving the…
bukubapi
  • 497
  • 2
  • 5
  • 13
1
2 3
11 12