Open adriens opened 5 years ago
See code sample below :
Twitter twitter = TwitterFactory.getSingleton();
StatusUpdate tweet = new StatusUpdate("Hey! I'm tweeting from the Stonehenge!");
GeoLocation stonehenge = new GeoLocation(51.1789, -1.8262);
tweet.setLocation(stonehenge);
twitter.updateStatus(latestStatus);
Localize tweets to make it smarter.