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
1 answer

How to access the raw JSON from a data Source

I'm successfully using a restJsonData source bound to a dataTable to display a list of projects
Martin Holland
  • 291
  • 1
  • 14
0
votes
1 answer

IBM SBT SDK: How can I limit search results of CommunityService.getPublicCommunities(params)?

When I call communityService.getMyCommunities(params) or communityService.getPublicCommunities(params) or communityService.getSubCommunities(parentCommunity, params) I would expect that filling params with e. g. tags=[mytag,yourtag] the call would…
0
votes
1 answer

Xpages SBT & java.util.ArrayList incompatible with com.ibm.commons.util.io.json.JsonJavaObject

I'm trying to use the Endpoint functionality in SBT within XPages with a different rest service (to those in the examples). The authentication is working after a few tweaks (thanks Serdar!) but I wanted to mimic the StackOverflow example and use the…
Martin Holland
  • 291
  • 1
  • 14
0
votes
2 answers

IBMSBT XPages custom endpoint Callback_uri vs redirect_uri

I'm trying to use the sbt in xpages with a custom endpoint i.e a new one defined in faces config using the class com.ibm.sbt.services.endpoints.OAuth2Endpoint The authorisation url it generates is in the format of…
Martin Holland
  • 291
  • 1
  • 14
0
votes
2 answers

IBM SBT SDK: How can I fetch Community description as HTML?

When I have a Community object, I can use setContent() to enter HTML text to be displayed as part of the Community Overview page. On the other hand, when I have fetched an existing Community object e. g. as member of community.getSubCommunities()…
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…
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
1 answer

Getting started with the SBT Java EE samples

I have connected my Eclipse and cloned the https://github.com/OpenNTF/SocialSDK.git I have a Tomcat 7.0 server and the SBT properties file I have added the following web projects to the…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
0 answers

How to get values from getAddress() method from IBM SBT

I would like to bound the getAddress method of the Profile class to a repeat control to display the values. From what I understand is that the getAddress method returns an object and not a map. Otherwise I could have tried:
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
0
votes
2 answers

SBT javascript library

the tutorial from IBM connections playground is not working for me https://greenhouse.lotus.com/sbt/SBTPlayground.nsf/JavaScriptSnippets.xsp#snippet=Social_ActivityStreams_Controls_Simple_Stream_All_Extensions this works require(["sbt/dom",…
user3453552
  • 199
  • 1
  • 2
  • 11
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

How to get and set contents on a WikiPage?

I'm trying to retrieve a WikiPage from Connections using the Social Business Toolkit and then update the contents. I'm using a custom ConnectionsBasicEndpoint. WikiService ws = new WikiService(connectionsEndpoint); WikiPage wp =…
magnetronnie
  • 505
  • 3
  • 16
0
votes
1 answer

IBM SBT SDK 1.0.1 (Java): How can I (de)activate Community applications like Blogs or Files?

Is it possible to switch off / remove or switch on / add / activate Community widgets like Blogs (not present by default, but addable in IBM Connections UI) or Files (present by default, and removeable in IBM Connections UI) using the IBM SBT…
0
votes
3 answers

how can I access endpoint properties set in faces-config.xml programmatically?

I am using the IBM Social Business Toolkit. I have defined a connection for my Notes app via endpoints in the faces-config xml file. I wonder how I can access this file pro grammatically since I could not find a service that returns me the base url…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26