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

Error posting to IBM Connections 4.5 activity stream

Using a browser REST client to POST to the activity stream at e.g. https://connectionsww.demos.ibm.com/connections/opensocial/basic/rest/activitystreams/@me/@all ...with the settings prescribed in IBM Connections OpenSocial API > POSTing new…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
1
vote
1 answer

Attemt to use SBT from Domino Java Agent fails with NoSuchMethodError: org/apache/http/protocol/BasicHttpContext.()V

UPDATE OCT 30th, see at bottom of question. I have created a working sample of a standalone java application in Eclipse (based on the SBT's sbt.sample.app GetAllCommunitiesApp.java. My only change is that I manually create my BasicEndpoint to skip…
Bob Voith
  • 35
  • 8
1
vote
3 answers

How to create SubCommunities using the Social Business Toolkit Java API?

In the SDK Javadoc, the Community class does not have a "setParentCommunity" method but the CommunityList class does have a getSubCommunities method so there must be a programmatic way to set a parent Community's Uuid on new Community creation. The…
1
vote
2 answers

where to set xpages/ibmsbt proxy configuration

I have intranet based domino 9x (running windows) server sitting behind a firewall and proxy. To make http/s requests via server side java I set the http/s.proxyHost and other jvm settings to allow my java.net calls. Works fine when doing a simple…
mark ambler
  • 151
  • 8
1
vote
1 answer

How to retrieve IBM connections user id for a profile using Profiles API in JAVA?

I am new to IBM SBT and need some help to fetch the userid for a profile based on first name, last name or email id from the IBM connections profiles API. I am planning to do a post on the activity stream on behalf of someone else and I need the…
1
vote
1 answer

What do the different dates mean in XML returned by IBM Connections 4.0?

The XML returned from direct REST calls to Connections 4.0 returns dates like so, from a…
Grant Lindsay
  • 149
  • 1
  • 9
1
vote
1 answer

open social embeded experience

I've developed an iWidget that creates a status update with an open social embeded experience gadget but it's not working. This is the open social part data that I send to the server: "openSocial": { "embed": { "gadget":…
1
vote
2 answers

Liferay Portal & IBM SBT SDK: SBT context is not initialized for the request

Trying to deploy the sbt sdk to liferay portal 6.1 with tomcat bundle but always getting this error: "SBT context is not initialized for the request" java.lang.IllegalStateException: SBT context is not initialized for the request at…
Leo
  • 380
  • 1
  • 17
1
vote
1 answer

Loading an external widget in widgets-config.xml

I am unable to load an iWidget externally on the communities page This is my widget def:
1
vote
3 answers

How to use IBM SBT in background LotusScript code

Goal: We want our workflow engine written entirely in LotusScript to send events to Activity stream of IBM Connections server. Question: How to call IBM SBT API from LotusScript? Constraints: LS background agent code runs as dedicated user (ID for…
Frantisek Kossuth
  • 3,524
  • 2
  • 23
  • 42
1
vote
1 answer

IBM Connections Service URL for Activity Stream

I am using the Social Business Toolkit (SBT) with the Extension Library. Using the IBM documentation, I am struggling to find the service URL to get the updates from the activity stream (like what you see in the home page). I am expecting to be…
GFORREST
  • 75
  • 6
1
vote
1 answer

Retrieving Recommends for blog entry: Method not allowed

I'm trying to retrieve a feed of recommenders for a blog entry as described in the API documentation here:…
BennyLau
  • 107
  • 8
1
vote
2 answers

How to give external mobile apps access to XPages REST services via oAuth

I believe the recent version of SBT does not include controls to let Domino act as OAuth provider. Are there any plans? My client likes to provide authenticated REST calls to external mobile apps.
1
vote
2 answers

Disable use of a proxy in IBM Social Business ToolKit

I am running into a Access-Control-Allow-Origin error when I am trying to build an OpenSocial Gadget with IBM Social Business ToolKit for IBM Connections. I have 3 servers participating in this gadget: CONNECTIONS: The IBM Connections 4.0 Server…
Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
1
vote
2 answers

Is there a way to inject a component in the IBM Connections Business Card popout?

I am working on an integration with IBM Connections 4.0 and would like to inject a component into the business card popout that you get when hovering over contact in the Connections interface: The component can be as simple as a link but an iWidget…
Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
1 2
3
11 12