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

IBM SBT Connections - SearchUtils Class

While trying to Search using IBM SBT, I was getting a 404 error. The Url tha got generated by the SearchService class…
bukubapi
  • 497
  • 2
  • 5
  • 13
0
votes
1 answer

Authentication between Widget and SBT

Background I need to display the list of Top 3 downloaded file, in an widget when a person logs into a Community. I am using Social Business Toolkit at the backend to fetch that data, and send it as JSON string to the widget, to display the…
bukubapi
  • 497
  • 2
  • 5
  • 13
0
votes
0 answers

How can I programmatically add a file to a connections community files folder

From what I can tell from the IBMSBT API I can only upload a new file to My Files and I then share it with a community. I want to ultimately workflow the file and then lock it down for archival once approved. I do not want it stored in anyone's…
MarkyRoden
  • 1,074
  • 6
  • 21
0
votes
0 answers

Getting Error Accessing Certain IBM Connections Blog using IBM Social Business Toolkit SDK via Java: SBT context is not initialized for the request

I have a Java agent in a Domino database to read blog posts from an on-premisis IBM Connections 4.5 installation using the Social Business Tooklit SKD. The java agent is able to access several test blogs and retrieve the list of blog posts, but…
0
votes
1 answer

OAuth2 Authentication in the IBM Social Business Toolkit

I have a installation of IBM Connections 4.5 and the SBTPlayground on my Domino Server. Anyway I want to use it with the Playground on premise. But I can't find the right information for the custom environment. It wants OAuth2 - Consumer Key, OAuth2…
Raphael
  • 7
  • 2
0
votes
1 answer

How to add IdeationBlog programatically to IBM Connections community

I am trying to add IdeationBlog to a community and then add Answer to the ideationblog created. The API Documentation is vague enough to lose me. I am supposed to used the Blog API, but when I do that I am creating a blog entry. I am posting tho…
Flavien
  • 25
  • 1
  • 4
0
votes
2 answers

Can't modify/remove a field from an ActivityNode using sbt

I created an ActivityNode (an Entry) and I can add custom fields with the setFields(List newListField) fonction. BUT I am unable to modify these fields. (In this case I try to modify the value of the field named LIBENTITE) FieldList list =…
Chucky
  • 1
  • 2
0
votes
1 answer

Using the ProfileAdminService to Follow a user

I'm trying to figure out if there's a way to use the ProfileAdminService (com.ibm.sbt.services.client.connections.profiles.ProfileAdminService) to get one user to follow another user. I can see that you can do it via a put to…
Sean
  • 3
  • 2
0
votes
2 answers

Add Forum programmatically to IBM Connections Community

I am trying to add a forum topic and then forum entry to a community. Following the IBM API documentation, I am posting the Atom entry to this URL:/communities/service/atom/community/forum/topics?communityUuid= The Atom entry I use as the following…
Flavien
  • 25
  • 1
  • 4
0
votes
1 answer

Create Bookmarks programmatically in IBM Connections Communities

I am trying to add Bookmarks programmatically to a Community in IBM Connections. Following the IBM documentation…
Flavien
  • 25
  • 1
  • 4
0
votes
1 answer

How to use SBT javascript snippet in production

Have I understood it correctly the easiest way to use SBT is to install the toolkit into a Domino server using the OSGI plugin or use the bundled Tomcat server? What is the correct way to use the snippets for production it is still expected to…
Fredrik Norling
  • 3,461
  • 17
  • 21
0
votes
1 answer

Does the "Developer Bootstrap" page work in IBM Connections 5?

Even for gadgets which work nicely elsewhere in IBM Connections, I'm getting the following error in my browser console: OAuth error:…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
0
votes
2 answers

Using Social Business Toolkit against IBM Smartcloud

If I look at the SBT Playground Site on greenhouse I can find Javascript API and Smartcloud as an option. But all javascript references will then point to greenhouse, and that doesn't seams like a good idea for production. If I install the same…
Fredrik Norling
  • 3,461
  • 17
  • 21
0
votes
2 answers

IBM Connections user ids

I'm currently confused by the IDs identifying a user in Connections, and their link to the underlying LDAP directory. So far, I identified several ids: email: simple but not reliable as email access might have been disabled by the admin. This is…
Philippe Riand
  • 673
  • 4
  • 12
0
votes
1 answer

How to use ActivityStreamService to change actionable=false

An application of mine creates an entry into ActivityStream of IBM Connections with attribute actionable=true. When an action is taken by the user on that post, the post should automatically be removed from the Actionable category. For that we will…
bukubapi
  • 497
  • 2
  • 5
  • 13