This content has been marked as final.
Show 4 replies
-
Re: Cannot create extProp on an Idea via Jive 7 REST API
Ryan Rutan May 9, 2014 8:38 AM (in response to pierce.currid@citi.com)Can you confirm that you are using an OAuth clientID/clientSecret to make this request, or are you using Basic Auth?
-
Re: Cannot create extProp on an Idea via Jive 7 REST API
pierce.currid@citi.com May 12, 2014 12:54 AM (in response to Ryan Rutan)Hi Ryan,
I'm using Basic Auth.
-
Re: Cannot create extProp on an Idea via Jive 7 REST API
Ryan Rutan May 12, 2014 9:19 AM (in response to pierce.currid@citi.com)Pierce, that is the problem. ExtProps are scoped client only visibility (prevents other clients from seeing props they shouldn't) ... and as such only work with the clientID/clientSecret paradigm. =\ You'll need to use a simple Add-On, as described here,
OAuth 2.0 to register for a clientID/clientSecret to get these credentials. Hope this helps.
On a side note, saw your email this morning that you sent over the weekend...will be getting to it today =)
-
Re: Cannot create extProp on an Idea via Jive 7 REST API
pierce.currid@citi.com May 13, 2014 1:40 AM (in response to Ryan Rutan)Thanks Ryan, I'll take a look at this today. Appreciate your help
-
-
-