twitter in android -
is there sdk of twitter available through can implement twitter in our application? want application load on his/her twitter account , tweet should sent his/her account, cannot find simple examples.
something facebook android sdk i'm for.
you can use twitter4j. site contains usage examples.
unfortunately introduction of oauth, login no longer trivial. have register application twitter (go account, applications , add app there). give consumer key/token pair, need logging in , need keep secret.
i've implemented in android-client called zwitscher.
you can have @ login procedure in loginactivity (of v0.65 tag).
Comments
Post a Comment