also modified TravelPostMain.java to fire an intent for this activity.
currently works. facebook authorized. saves the settings. only issue is you get a black screen aftwords. if you hit back all is good.
TODO:
log the onComplete method in facebookactivity to see what is happening.
twitter authorization.
finish widget and posting to sites.
i made PostActivity.java to get users input after a widget click
i added post options to the settings.xml
TravelPostWidget.java
i added an if block to check users settings for posting
LocationReceiver.java
i made a convince method for posting and added an if block that generates a post base on users settings
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