cancel
Showing results for 
Search instead for 
Did you mean: 

Jam OpenSocial JavaScript API Post to Blog?

Former Member
0 Kudos

Hi how can I use the Jam OpenSocial JavaScript API to post to a specific blog on users behalf. Hi I am working on an application that is using open social gadget.


I would want the gadget to post on users behalf to a specific blog post or as a status update.

Users who use the group page with my gadget are able to create content with it. I would want that content to be posted on a blog post by the same user automatically.


Is this API anything like facebook API which post status updated on users behalf. Do I need to use OAuth 2.0 SAML Bearer Assertion Flow for OpenSocial Gadgets.


Or this action is just not possible. How else can I achieve this?


Thanks and Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

You would use the makerequest function to call the Jam OData API.  Take a look at the OData API docs here:

SAP Jam OData Documentation

Former Member
0 Kudos

I think if I need to post a new blog on users behalf then the correct link would be A ContentItem in oData service for [POST]

SAP Jam OData Documentation

But what is I have to post a picture as a blog post.

Do we have an example of how this is done? on GitHub? thanks again

Answers (0)