Questions tagged [ibm-connections]

IBM Connections is social software for business that lets you access everyone in your professional network, including your colleagues, customers, and partners. IBM Connections includes the on-premises and cloud versions.

265 questions
1
vote
0 answers

Downloading a file using oauth from IBM Cloud Connections

I am trying to download a file from my IBM Cloud Connections server, after checking out the documentation found on their docs. I am using a URL I got in the JSON reply from getting my own Activities Stream (also using oAuth). the URL I am getting is…
Noam Gal
  • 3,315
  • 3
  • 36
  • 53
1
vote
1 answer

Adding multiple members to community through API

I'm looking for the most efficient way to add a large number of members to a community via the API. I can see in the community admin interface that it is possible to import a CSV of member email addresses, is there an equivalent method in the…
Ademund
  • 66
  • 5
1
vote
0 answers

How to programmatically create a bookmark for another connections user?

We want to create bookmarks programmatically and this works fine if the email parameter matches the account of the currently authenticated user. The question is, how can we create a bookmark for another user ? Below is the pseudo we use from the…
mpjjonker
  • 917
  • 1
  • 6
  • 28
1
vote
0 answers

Error - Unknown packaging eclipse plugin

I am following the ICCAD_L02_Getting_Started_Connections_Cloud.pdf document available on IBM Greenhouse. I have completed all steps succcessfuly till Step 84. Once I execute step 85 and complete it I get an error. Request help in resolving the…
bukubapi
  • 497
  • 2
  • 5
  • 13
1
vote
1 answer

Join a Community using the IBM Connections API

So I'm having some issues trying to programatically join a community…
Jake
  • 225
  • 1
  • 2
  • 12
1
vote
0 answers

Connections Cloud - Cannot display credentials for Internal App

We have moved our development to CA1 Connections Cloud environment and started setting up our application. I create a new Internal Application in the admin interface with OAuth2. After that I tried retrieving the application credentials using the…
Vilém Procházka
  • 1,060
  • 2
  • 17
  • 28
1
vote
1 answer

IBM Connections API - Uploading files in a community and getting nonce - Widget

There is a requirement to upload a file into a Community from an widget ( instead of going to files sections within a community and upload ) Can we upload files from an widget into a Community Files Section. I found this article here which talks…
bukubapi
  • 497
  • 2
  • 5
  • 13
1
vote
1 answer

Can someone help me learn how to use the javascript connections code?

I am trying to access data from Connections. I need to use some of the javascript api code: https://greenhouse.lotus.com/sbt/SBTPlayground.nsf/JavaScriptSnippets.xsp#snippet=Social_Files_Get_My_Files But I do not know how to build the app using…
Bitwyse1
  • 339
  • 3
  • 18
1
vote
2 answers

Getting an error trying to parse an atom feed from connections using abdera

I receive the following error when trying to parse an atom feed. org.apache.abdera.parser.ParseException: java.lang.ArrayIndexOutOfBoundsException at org.apache.abdera.parser.stax.FOMParser.parse(FOMParser.java:128) at…
Bitwyse1
  • 339
  • 3
  • 18
1
vote
1 answer

How to post status update in to ibm connections using abdera?

How to post status update in to ibm connections using abdera? I am trying to post status in to ibm connections using fallowing code. public class PostStatusUpdate { public void postStatus(String username, String password, String feedURL) throws…
1
vote
2 answers

File not supported error while uploading profile image file to IBM Connections using REST API

I'm trying to upload a jpeg file for profile image using the Profiles REST API to IBM Connections_v5.0. I however get an error message "The type of the photo file you provided is not supported". I'm however able to upload the same file directly…
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
0 answers

How does the Lucene tool Luke determine a file count?

Using Luke, it is showing 348K files in the Lucene index. Our repository, after being queried using SQL commands via ACCE (IBM Connections storing files in Connections Content Manager [ie. FileNet]) is coming back with 345K files users have…
Pete Tete
  • 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