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
1
vote
2 answers

Access Smartcloud User Profile using IBMSBT

We are using SBT as a proxy to access Smartcloud content via OAuth2. We need to retrieve profile details for the logged in user on the server side using Java. In order to do so we call new…
sccvum
  • 21
  • 3
1
vote
0 answers

Limiting IBM Connections 5 OAuth state parameter length

I'm attempting to create an opensocial gadget, hosted in IBM Connections, that connects to Dropbox. However, it seems when doing the OAuth dance, connections is sending a 219 byte state parameter to the authorize endpoint. Dropbox limits this to…
1
vote
0 answers

Uploading profile photo to IBM Connections profile via Domino Agent

I am trying to update profile images from a Domino Java agent using the Connections Java API. I have followed this guide and used this sample from greenhouse for inspiration. Although I don't get any exceptions, the images are not updated. Updating…
wmichi
  • 11
  • 1
1
vote
1 answer

How can I fix the security.oauth20.token.limit.error?

I am using IBM Connections 5.0 as an Identity Provider for my web app. The code has been working fine, but after a little while (dozens http-requests) the following error occurs [11/28/14 14:50:50:292 CET] 000001f9 OAuth20Endpoi E …
mpjjonker
  • 917
  • 1
  • 6
  • 28
1
vote
2 answers

IBM Connections Java API without a Web Server

The Connections Java API docs and examples make assumptions the user is using a Web server to interact with Connections. In my case, I want to use the Java API using jRuby and there is no web server. I want to upload a file to a Connections…
1
vote
2 answers

IBM SBT: Updating a subcommunity breaks subcommunity relation?

I have implemented creation of subcommunities using IBM SBT 1.0.2.20140527-1807 against IC 4.5 (thanks for heavy API changes from 1.0.1 :-/ ) and want to update a freshly created subcommunity with a nice "content" containing some HTML with links to…
1
vote
1 answer

How can I get ActivityNodes from a Section?

I'm trying to get all the activities from a section in a community Activity. First I loop over all the activities: ActivityList allActivities = service.getAllActivities(); for(Activity activity : allActivities) { …
magnetronnie
  • 505
  • 3
  • 16
1
vote
1 answer

Error trying to access SmartCloud using OAuth

I'm trying to use the Social Business Toolkit to access SmartCloud using OAuth, but I'm getting this error. Using SmartCloudBasicEndpoint everything works fine. [4/4/14 12:01:56:236 CEST] 00000038 SBTProxy I URL computed from SBTProxy is…
magnetronnie
  • 505
  • 3
  • 16
1
vote
1 answer

Adding groups as members to Connections activities with SBT?

In IBM Connections, it's possible to add a group (defined in an LDAP directory or similar) as an activity member. Is it possible to do this with the Social Business Toolkit Java SDK? If so, how? I can see in the Javadocs that there's an…
Scott Leis
  • 2,810
  • 6
  • 28
  • 42
1
vote
1 answer

Using the IBM SBT database credential store with Oauth2

Has anyone used the database credential store com.ibm.sbt.security.credential.store.DBCredentialStore to store tokens for an OAuth2 endpoint. I am running a simple app on WebSphere 7 with a db2 database for the token storage. I have the managed bean…
1
vote
1 answer

How to post to just the "My Notifications" or "Action Required" view in Connections?

In IBM Connections 4.0 and 4.5, I'm trying to make a custom Java app imitate much of the activity-stream behaviour of the Activities app. The Java code uses the Social Business Toolkit to post to activity streams, and authenticates as a user that…
Scott Leis
  • 2,810
  • 6
  • 28
  • 42
1
vote
1 answer

IBM Connections keeps doing the OAuth dance for gadgets

I've got an embedded experience gadget configured for the IBM Connections activity stream. It seems that the OAuth dance never succeeds, only returning me to the beginning of the OAuth dance (prompt for authorisation). I see errors like…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
1
vote
1 answer

Server to Server communication with IBM SBT

I would like to use the IBM SBT for server to server communication instead of displaying data from , for instance, connections at the user. In this particular usecase I would like to have data updated in Connections whenever a user saves or edits…
1
vote
2 answers

How to create / update a connections blog post using the IBM SBT SDK java API

At the moment, I am trying to create and update blog posts using the java sbt sdk api. I could read blogs and blog posts and was able to retrieve a single blog post, using the .getBlogPost(bkogHandle, postId) method of the SDK. But if I try to…
CHH
  • 41
  • 3
1
vote
0 answers

Notes 9 rcp / IBM SBT SDK: How to get the endpoint correctly

I am currently developing an Notes 9 rcp plugin (using Eclipse, the Expeditor Toolkit and the SBT SDK java framework) for connecting to IBM Connections. I first wrote a standard Java application to test the code (here: getting some blogs and…
CHH
  • 41
  • 3
1
2
3
11 12