On Apr 13, 8:35 pm, Darknoe <noe6...@gmail.com> wrote:
> I'm trying to develope a software that connects to facebook/twitter,
> which api are you using?

At the moment I evaluate.  There are several java API listed on
twitter website:

http://apiwiki.twitter.com/Libraries#Javanbsp

But I do not like them all due to:
   -  LGPL licvensing
   - heavyweight
   - external dependencies

IMHO,  they are usable out of the box,  but too heavyweight ( if my
app is about 200K,
I'm not eager to bundle another 500K with it)

And for application just sending updates they just do too much

So I'm throwing something together with 0Auth + JSON serialiser of
mine + HTTP client stuff
included in android (I need only send and receive updates)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to