[twitter-dev] Re: How to let my app always send tweets to my account?

2010-10-26 Thread Thom DeCarlo
seems to always need direct user interaction to send updates. In my situation, there IS NO user. Thanks, Thom @DarkExpanse www.DarkExpanse.net On Oct 24, 6:27 pm, Thom DeCarlo wrote: > I have a problem doing something that I thought would be pretty easy. > I have created a Twitter account

[twitter-dev] How to let my app always send tweets to my account?

2010-10-25 Thread Thom DeCarlo
I have a problem doing something that I thought would be pretty easy. I have created a Twitter account for my business. I have a java web application running on my server. I want the java app send tweets using the business' ID when certain events occur on the system. I am using Twitter4J v2.1.7 SN

[twitter-dev] "Hello, World!" example in Java?

2010-10-25 Thread Thom DeCarlo
I've been pouring through the available documentation, trying to figure out how to get started with the Twitter API for my Java web app. I really only need a simple variant of a basic "Hello, World!" app, but I cannot find anything that helps me. The closest I found was James Hogan's One Way Tweet