Difference between revisions of "Stream API v2"

(Waiting for input)
Line 1: Line 1:
 
{{alert|<center><strong>WARNING:</strong> API explained bellow works only with JomSocial 2.8 and above. If you need Activity Stream API for older versions, [[Stream API v1|click here]] </center>|alert-danger}}
 
{{alert|<center><strong>WARNING:</strong> API explained bellow works only with JomSocial 2.8 and above. If you need Activity Stream API for older versions, [[Stream API v1|click here]] </center>|alert-danger}}
  
===Waiting for input===
+
===Overview===
 +
JomSocial 2.8 brings the slight change in how activity streams are handled and introduces the different templates for different type of streams. This allows the easier customization of every individual activity stream item, but this feature is still in a transition period and its currently hard coded, which limits the activity streams for third party providers.
 +
 
 +
Till better fix is provided, component developers are required to make 2 changes in their code<br/>
 +
When creating the activity stream item
 +
<syntaxhighlight lang="php">
 +
 
 +
</syntaxhighlight>
 +
<br />

Revision as of 13:07, 1 February 2013

WARNING: API explained bellow works only with JomSocial 2.8 and above. If you need Activity Stream API for older versions, click here

Overview

JomSocial 2.8 brings the slight change in how activity streams are handled and introduces the different templates for different type of streams. This allows the easier customization of every individual activity stream item, but this feature is still in a transition period and its currently hard coded, which limits the activity streams for third party providers.

Till better fix is provided, component developers are required to make 2 changes in their code
When creating the activity stream item