Examlpe:
miga bei identi.ca
2010-03-09 19:03:24
2010-03-06 19:42:57
2010-03-03 19:46:30
2010-03-02 20:38:38
2010-02-24 18:14:37
identi.ca the better twitter ;)
Download example
PHP Laconi.ca script / badge
How to
- Download and extract the following as Laconica.php in your project folder: Laconica.zip
-
Use this in your php file:
include("Laconica.php");
//create Laconica object with (server, username, show_friends,show_at_replies,show_groups,show_hash-tags)
$lac=new Laconica("identi.ca","username",false,true,false,false);
-
To get your dents use $lac->getArray. Use this to browse all postings:
foreach ($lac->getArray() as $t) {
echo $t["creator"]." ".$t["text"]; // prints creator and text on the screen
}
The array structure: array["creator"], array["text"], array["link"], array["icon"], array["date"] - added show hash-tags, show groups
- fixed bugs
- added content:encoded (thanks pvagner)
- bug with friends-icon; will be fixed soon
Updates:
19.07.09

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Germany License.