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

Managing code snippets in the SBT Playground

At Connect 2013 Philippe showed how to login to the playground and select the "Manage" button to get to the page for managing your code snippets. The "Manage" button does not show for me after logging in to the GH playground. Is that feature…
0
votes
1 answer

SBT and the Smartcloud API

Will code that I write using the SBT SDK using a Connections environment port to a SmartCloud environment? Similarly, will code I develop using the SBT SDK for the IBM Collaboration QuickStart image port to a SmartCloud environment? I'm still a bit…
0
votes
1 answer

ATOM XML is not accepted by IBM Connections Server

I want to post this XML (generated by C# SyndicationItem ) to an IBM Connections 4.0 OAuth EndPoint: https:/HOSTNAME/forums/oauth/atom/replies?topicUuid=ee5878b5-65d4-4d44-8192-367e49c30e91 The servers return error 400, bad request. What could be…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
2 answers

Posting an entry from IBM Social Business Toolkit playground to on premises Connections

I am trying to post entry to community activity stream from IBM Social Business toolkit playground (Domino 9, SBT SDK version 20130602) to on premises Connections install. I am using the playground's existing JavaScript snippets but changed the…
bsh
  • 11
  • 2
0
votes
2 answers

Post an activity entry to all and to me

I try to post an activity entry with the ActivityService class. I want that all my followers and myself can see it. this. ActivityStreamService service = new ActivityStreamService(); service.postEntry("@me", "@all", "", jsonObject, header); I saw…
0
votes
2 answers

Timezone format connections

I got the time values from the SBT SDK as a string in this format "2013-07-17T14:44:25.177Z" I get a Java Date object with this code SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); Date date =…
0
votes
1 answer

load function declared in service objects doesn't execute

Trying to get my communities list(and profile as well) using javascript ibmsbt api passing object with load function to getMyCommunities function has no result. Function assigned to load property simply doesn't get executed. Here is the code: var…
rilaby
  • 603
  • 5
  • 15
0
votes
0 answers

How does IBM Connections' ActivityStreams outputs newsData's content?

The newsItem.newsData object contains several content-related getters like 'getActivitySummary()', 'getContent()' (probably some other). They can return null/undefined, however ActivityStreams always outputs correctly (more often the summary goes to…
Ivan Bondarenko
  • 545
  • 5
  • 4
0
votes
1 answer

Connestions ActivityStreamService getActivityStream throws NullPointerException.

I try to access my activity stream. I'm already authenticated Map header = new HashMap(); header.put("Content-Type", "application/json"); ActivityStreamService svc = new…
0
votes
1 answer

Which J2EE Role need to be enabled to post in the Activity Stream of other user

Currently I am developing an XPages application with integration with IBM Connections. We would like to post an entry to the Activity Stream of the manager of the user. In the documentation of distributed events there is link to the Roles. But there…
0
votes
3 answers

How to update an existing activity stream entry in IBM Connections

I am trying to update an existing activity stream entry e.g. the title of the entry. Here I found the code for the creation of the new entry: Link But I could not find any reference how do I update an existing entry? Additional information: I use…
0
votes
1 answer

"Unable to display widget data" error

I'm trying to add an iWidget to Communities, modified /local/con/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/localhostCell01/LotusConnections-config/proxy-config.tpl and added a new proxy rule:
0
votes
1 answer

Can't get sample J2EE application working with ibmsbt on Tomcat 7 server

I'm following this guideline to get started with IBM Social Business ToolKit: https://www.ibmdw.net/social/getting-started-as-java-developer/ And trying to get communities listed (/myapp.contextroot/GetMyCommunity.jsp) I'm getting a response…
rilaby
  • 603
  • 5
  • 15
0
votes
2 answers

How to setup Oauth 2.0 between Notes/Domino Social Edition 9.0 custom Playground and Custom Connections 4.5

i need a complete procedure on how to setup Oauth 2.0 authentification between my own IBM/Notes/Domino/XPages apps and my own Connections 4.5 server (no greenhouse or quick start connections over the web) Have installed both are on the same machine…
Gael
  • 11
  • 3
0
votes
1 answer

Connection server is not making request token call to OAuth2.0 provider server

I implemented OAuth 2.0 Provider layer so all communication between my server and IBM-Connections server happens with proper OAuth token. I followed the steps mention in below mention…
ombits
  • 11
  • 1
  • 3