Hi,
We are creating a mobile app for easysocial, to show activity stream in app we get data from site using RESTFUL api.
In this API we use, Stream library function for retrieving stream data. As given below
$options = array('userId' => $target_user, 'startlimit' => 0, 'limit' => 20);
$stream->get($options);
$result = $stream->toArray();
This return array of stream item object array, but if the SEF global configuration is set to yes or 1 . All urls in stream data appear as SEF url form, is that any method or function is present in easysocial.
So we can get all urls in stream data in non-sef form. While joomla SEF is on.
Please reply me ASAP.