I found ReverseGeocode.java in one of the comments mentioning that it is a work around. i made a method getAddressFromLocation() that will do the job base on this source.
the reason why it was failing before is that i created a request token to get an auth url, and then i would create a new one when i get the auth code.
finished twitter intergration
i have made a java se twitter app to learn the api, and started the porting over to android.
right now the issue im having is that the onActivityResult() is not being called at the right time.
added required information into travelpostwidgetinfo.xml
TravelPostWidget.java
created onReceive(), onUpdate(), onDestroy()
added debug logs to TravelPostWidget.java
added TravelPostWidget.java to the AndroidManifest.xml
got the widget button to start the service via a pending intent
basic testing seems to be all working, i need to run some more test on the service befor i call it done
incorpatared the exception handler into TravelPost.java
Added android permission READ_LOGS to the manifest for the exception handler
created LocationService.java, and LocationReceiver.java to handle the location services required.
updated version build code to 0.0.0 b 0 as we do not have a working version yet