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

Where would managed-beans.xml be stored inside a Domino database for use by a Java agent?

I have successfully created a standalone Java application, communication with our Connections server. The endpoint is defined in the src\META-INF\managed-beans.xml while the sbt.properties is stored in the root of the project. I want to move the…
Bob Voith
  • 35
  • 8
0
votes
0 answers

Renew token does not work

If my connection app try to renew the token, it get an eror at class "OAuth2Handler" in method "protected AccessToken _renewToken(AccessToken token)" {"error_description":"CWOAU0030E: An invalid HTTP method was used at the token endpoint:…
0
votes
1 answer

Installing the workspace with Tomcat and samples

I'm about to install the Social Business Toolkit, so i followed the instructions at the IBM SBD…
Manuel
  • 5
  • 1
0
votes
0 answers

Getting a lot of " cannot be resolved to type" when installing SBT

I have Eclipse Juno 4.2.1 installed on my Win7 x64 machine, and try to install "Social Business Toolkit SDK - 20131012". I unpack the content to C:\ ending up with C:\sbtsdk. Then I run the initWin.cmd to create the junction point (success), and…
Bob Voith
  • 35
  • 8
0
votes
1 answer

How to add menu items to the Communities menu in IBM Connections?

I wish to add a new menu item/link (e.g. "Stack Overflow") at the end of the menu in the screenshot below. The new link URL would end in the community_uuid e.g. http://example.stackoverflow.com/some-page#community_uuid Is there any good…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
0
votes
1 answer

How to get complete memberlist for a community

How do I get the complete memberlist for a Community (more than the first 10) using the Java API in the SBTSDK? It appears that there should be a way to use the GetCommunityMembers and get the total number and page through them. (sorry if this is…
0
votes
0 answers

iWidgets: Authenticate Proxy Calls to 3rd Party Application

I created an iWidget for IBM Connections, which has to retrieve data from our external web application through the provided proxy. However, said application requires the user to be authenticated before providing an answer. Is there any general…
BennyLau
  • 107
  • 8
0
votes
1 answer

Authenticating using Social Business Java SDK - erroneous SSL error when login

I'm developing an iWidget that needs to read both Public and "My" Communities so requires authentication but cannot use the Javascript SDK functions as the iWidget's Dojo version must be 1.4 (long story). Using the SDK's Java BasicEndpoint class…
0
votes
1 answer

What would cause SmartCloud to redirect a REST call to a login page?

I am not using the SBT, but making direct REST calls with Abdera to the current version of Connections on IBM SmartCloud. REST URL in question: https://apps.na.collabserv.com/search/serviceconfigs Observations When testing from my laptop (using…
Grant Lindsay
  • 149
  • 1
  • 9
0
votes
1 answer

Not able to retrieve OAuth 2.0 handler for redirect request

I am trying to authenticate a user and getting the user to authorize my application. But, whenever the user authenticates with the system, the redirect url never return back to my application. In the console output i get the following information…
0
votes
1 answer

How can I get the OAuth authorization token for a user of IBM connection user using JAVA API? Also what is the validity of this token?

I need some help in finding the correct JAVA API required to fetch the OAuth authorization token for an IBM connections user.
0
votes
1 answer

ActivityStreamService responds with 403 Forbidden on SmartCloud hosted Connections

I am using SocialSDK version 1.0.0.20130909-2323 and using the Java API to make requests against the SmartCloud hosted Connections app. I am using basic authentication and can successfully work with the FileService, ProfileService and…
Rigas Grigoropoulos
  • 273
  • 1
  • 2
  • 10
0
votes
2 answers

Endpoint authentication, Trying to add header JSESSION to ClientService in JAVA API

I'm implementing a custom API on top of SBT. I'm doing this so I can manipulate and transform the response from connections before returning it to the user. The basic auth with username and password is working. But I can't seem to find out how I can…
rbrastad
  • 36
  • 2
0
votes
1 answer

IBM Connections - can't add opensocial gadget

I developed an open social gadget and am trying to display it in Connections. I can't get Connections to even try to load the xml definition file. I get "Unable to load widget" in the gadget area in the side column In JS console the errors…
Vilém Procházka
  • 1,060
  • 2
  • 17
  • 28
0
votes
3 answers

What is the JSON syntax to add tags to a statusupdate in IBM Connections?

I want to post (programmatically) a statusupdate to the activitystream in IBM Connections (4.0). I am looking for the correct place to put this JSON "tags":[{"objectType":"tag","displayName":"ibms"}], I have tried this: { "actor": { "id":…
mpjjonker
  • 917
  • 1
  • 6
  • 28