Examlpe:
miga bei identi.ca
2010-07-20 19:35:20
2010-07-20 17:35:45
2010-07-17 16:11:54
2010-07-14 13:10:26
2010-07-11 13:16:29
2010-07-07 20:20:03
2010-07-06 20:07:26
2010-06-25 21:18:52
2010-06-21 17:41:09
2010-06-21 16:40:12
2010-06-20 21:15:22
2010-06-19 19:14:55
2010-06-19 19:14:08
2010-06-19 15:02:39
2010-06-13 15:33:08
2010-06-13 15:31:40
2010-06-10 22:46:39
2010-06-10 17:33:21
2010-06-08 19:23:49
2010-06-08 11:44:49
2010-06-08 11:43:00
2010-05-15 10:44:33
2010-05-13 14:04:22
2010-05-06 15:08:12
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.