ppierson / T4JTwitterLogin

A simple android library for logging into twitter and posting a tweet
11 stars 8 forks source link

Question: is it possible to post tweet with geolocation information? #2

Open hy9be opened 9 years ago

hy9be commented 9 years ago

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?

ppierson commented 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.