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
0
votes
0 answers

SBT ManagedBean property credentialStore is ignored with SmartCloudOAuth2Endpoint

Is seems that the credentialStore property is not being picked up when using the SBT. We have this property: credentialStore CredStoreCloudant There…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
0 answers

How to access the OEmbed Service in Connections Cloud using the IBM SBT?

Using the IBM SBT, one can easily register and endpoint to connect to IBM Connections Cloud. That way it is easily possible to access the APIs provided by IBM Connections using a local URL that is then proxied to the cloud. Usage can be done using…
0
votes
0 answers

IBM Social Business Toolkit - Create an activity

I am trying to create an activity by using IBM SBT but this does not work. My IBM SBT version is 1.1.11.20151208-1200 (the latest). The IBM Connections Version is 5.0 CR3. I have had a look at the IBM example from: IBM Documentation - Creating…
SiriSch
  • 180
  • 1
  • 3
  • 16
0
votes
1 answer

Do IBMSBT has a built in XML to JSON converter in JAVA?

I'm trying to figure out how to convert XML to JSON in IBMSBT because not all CNX api's and Object does not support tranformation out of the box. (example: Profile) I need to return JSON only. So before I add yet another 3. party project. Do IBMSBT…
rbrastad
  • 36
  • 2
0
votes
1 answer

Is X-LConn-RunAs exposed through the Social Business Toolkit?

In IBM Connections, we need to post topics and reply from a java (not web) application. I noticed in the API Documentation that you can provide a HTTP HEADER value to post a topic or reply on behalf of another user (impersonation). We would like to…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

Retrieve tags from user profile in IBM Connections using Social Business Toolkit does not give tags

Hi we want to add tags to a userprofile programmatically. We are using the Social Business Toolkit for this purpose. More specifically we use the ProfileService, first we need to get the current tags and this always gives 0 results. String userEmail…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

Adding an image attachment to a wiki page programmatically using RestAPI through javascript

I tried attaching an image as attachment to existing wiki page using RestAPI. Followed this link…
0
votes
1 answer

IBM SBT :Expectation Failed error

After working on SBT for such long time to get the forum section working in my existing application now iam facing the weird error.I have connected to w3 connections and implemented the forum section in my existing application and able to add topics…
0
votes
1 answer

SBT context error while using Fileservice.updatefile call

I have been building a client to replace some content on the connections social website that we have. I have written a java client by following the sample code from the Github repo…
0
votes
0 answers

Connections Cloud: Authentication for Integrated App

We are currently developing an app for Connections Cloud using the service_menu extension point to navigate to our app, which then integrates the Connections nav-bar for a seemless experience for the end user. However, requests to our system have to…
BennyLau
  • 107
  • 8
0
votes
1 answer

How do I programmatically add a tag to a file uploaded to a community on IBM SmartCloud?

I am uploading the file using the IBM Social Business Toolkit and now want to add tag(s) to it. Either as part of the upload or immediately afterwards. In the javadocs I can see that the FileService has a method to add a comment to a file. I can't…
Martin Perrie
  • 398
  • 5
  • 16
0
votes
2 answers

How to create the child page to parent page in wiki

I am posting a new query regarding wiki page creation programmatically using SBT. I tried to create the wiki page under one parent page but did not find a link to map both parent and child. Every time I create the wiki page it gets created…
srinivas m
  • 19
  • 8
0
votes
1 answer

How to link community with wiki pages programatically using IBM SBT

Can anyone please tell me how to link the community while creating wiki pages programmatically using javascript. While working with a wiki on the playground, wiki pages are getting created but it is not under any community. Community id is…
srinivas m
  • 19
  • 8
0
votes
0 answers

How can I get a typed entity from a SearchService result entry?

I am new to IBM SBT SDK search API implementation class "SearchService". How can I get a typed entity like Community or Forum or ForumTopic from the search result entry type Result? The Java type Result is very general, but the XML returned from…
0
votes
2 answers

default configuration change for SBT

I integrated SBT in my existing application and able to run the application with sbt enabled. I deployed in my test server and it works fine but when I moved to the production, Since the context path of the application is different it breaks. Ex: in…
srinivas m
  • 19
  • 8