Open hy9be opened 9 years ago
This library is only a simple implementation to post text as a tweet. It uses the twitter4j library to access the twitter API. You could look into updating the twitter4j library as it has not been updated in some time (and may have geolocation support included). You can find out more about it here: http://twitter4j.org/en/index.html
Of course any interface changes with the twitter4j library as well as implementing geolocation attachment will require changes to the T4JTwitterLogin implementation.
There are methods for querying geolocation information. But I did not find any api to attached geolocation information to a tweet posted by the Twitter.updateStatus(...). Do you have any directions?