ccmehil Craig Cmehil
Jaikus from ccmehil
Tuesday, 24 March 2009
Wednesday, 25 February 2009
Tuesday, 5 August 2008
Friday, 13 June 2008
Friday, 30 May 2008
Monday, 25 February 2008
Tuesday, 19 February 2008
Thursday, 14 February 2008
Sunday, 3 February 2008
-
thanks but perhaps it something on the specific stream becasue that's they way I was trying to do it.
$datac being response from curl for http://jaiku.com/channel/devku/presence/25188504/json
$jsonStr = json_decode($datac, true);
foreach ($jsonStr as $jEntry) { echo "<br>url: ".$jEntry['url']; echo "<br>nick: ".$jEntry['nick']; echo "<br>content: ".$jEntry['content']; echo "<br>date: ".$jEntry['created_at']; } -
the eocond seems to only use json for the send of presence and xml for the receive, I'm trying http://jaiku.com/channel/devku/presence/25188504/json (xml does not work gives a weird return)
Browse:
Older