Questions tagged [jive]

Social media software for businesses.

More information available here.

54 questions
0
votes
1 answer

Post list contents to jive connect page using python

I am trying to upload a list of user names to Jive content page But I am getting 405 every time I try. Below is the sample code I am trying to use to post some contents to page url =…
Prash
  • 11
  • 2
0
votes
0 answers

How to run Jive with root user

I am using JIVE for testing some scripts in my server. Only root user has permission to execute that scripts. Can someone help me out how to execute JIVE with root user ?
0
votes
2 answers

Making REST API calls from jive app through jive platform to node client

I have a jive app and my node client has a REST API behind the URL http://[nodeclientIP]/myhook/[METHOD_NAME]. The problem is that the user can't reach the node client because it is behind a firewall. So i need to tell the jive platform to do this…
0
votes
1 answer

how to retrieve jive hierarchy using REST API v3.14?

No link was found to get jive hierarchy using REST API v3.14, i have to finish this task as early as possible. Please help me out of this. Thank You.
user6166751
0
votes
1 answer

How to Get Members by Place Id using REST API v3.14?

Using Jive REST API v3.14, tried allot but no use, no where I found the solution to get members based on place id other than Group. Actually my task is to get the members of a particular place. Followers are different form members & I could able to…
user6166751
0
votes
1 answer

How to access soy file from ftl file

I want to access one of the element in soy file by its id from ftl file. I tried <#include "path to soy file.soy"/> but did not work. What is the syntax to include/import soy file in ftl file?
surm
  • 167
  • 2
  • 11
0
votes
1 answer

Where do you deploy your jive addons in node.js?

I am new to Jive development using Node.js and I see that any addons that you create must be running and reachable via a specific address and port that you define in your jiveclientconfiguration.json file. I tried to deploy a tile addon to Azure…
RandomDeduction
  • 565
  • 1
  • 5
  • 17
-2
votes
1 answer

Remove a line from JSON parse

I am working with JIVE JSON RESTFul API and on their API they have a security (I am referring to the throw 'allowIllegalResourceCall is false.'; ) throw 'allowIllegalResourceCall is false.'; { "id" : "52104", } I am using this code to try to…
Darky
  • 1
  • 3
-3
votes
1 answer

Jquery Check if Value Input is in the array

I want to check if my array contains the Value Input, i want something like that, anyone have an idea on how to do that ? if(jQuery.inArray($('#ValueInputTitle').val, variableValueInput) !== -1) { console.log("is in array");} else { …
1 2 3
4