Posting tweets from a java application

前端 未结 4 808
借酒劲吻你
借酒劲吻你 2021-02-10 07:19

I want to auto tweet from a java application. What is the simplest way to do it? Can i avoid using libraries like Twitter4j etc.,

I need an implementation for a simple a

4条回答
  •  Happy的楠姐
    2021-02-10 08:20

    Spring Social? I saw a demo of it at SpringOne - looked pretty cool, although I personally do not have a use for it, and therefore haven't done much besides read about it. You get some OAuth capability and templates for interacting with the major social networking sites out of the box.

提交回复
热议问题