How do you set the twitter user location in JTwitter? -


I am creating some basic Twitter functionality in my app, and to use the Jetwitter Jar to read and set the status I am doing

It seems that there is a user class that can be used to set the location, but I did not know that once I set up my GPS coordinates, I got my Twitter object has gone.

Thanks, -Greg

It seems that JTwitter is its Does not support

The Twitter API method latitude and long argument (or a single place_id argument to specify).

(~ 2500 line), JTwitter's updateStatus method can only state , source and in_reply_to_status_id Argument.

If you want to geotag your tweets, then modify the JTwitter source to pass lat / long arguments Will need to be

Comments