up vote 2 down vote favorite
3
share [g+] share [fb]

Can anyone recommend to me a library to communicate via OpenMicroBlogging? It should be in Java and Open Source.

Update: As there seem to be no OMB-library for Java, I have created a request on cofundos. So if you are able to create such a library, go catch the money.

link|improve this question

feedback

2 Answers

You can also try Laconica http://laconi.ca/trac/ I have heard that the setup requires some effort, though I haven't tried it myself

link|improve this answer
I know about Laconica. But I want a library to include OMB-functionality in an app (or create an OMB-enabled app) and as I'm a java-programmer I look for a java-library. – Mnementh Mar 25 '09 at 14:56
Laconica is PHP, so this doesn't really help when he is looking for an java lib – Patrick Cornelissen Mar 31 '09 at 8:02
feedback

Jaiku for example is able to talk via REST. Maybe this is an alternative, as you can use simple REST libs to communicate with it.

http://www.jaiku.com/api/docs

link|improve this answer
I don't want to talk with a specific microblogging-service, I want a library that enables OMB-compatibility to talk with all microblogging-services (at least the ones supporting OMB). – Mnementh Mar 31 '09 at 8:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.