I have got FB auth to work properly in the settings, also i was able to post to facebook with out user interaction.

I intergrated facebok posting into LocationReceiver.java and have successfully posted my location to my wall as travel post.

i am having issues with receiver crashing when trying to post to facebook, if facebook isnt authorized yet.

im thinking of using a shared_prefs to save whether or not if facebook has been authorized
This commit is contained in:
2011-02-12 17:54:34 +00:00
parent ff0e2a287e
commit 3bf935095b
4 changed files with 36 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
<attribute name="javadoc_location" value="http://tcdevsvn1/ShyHookdocumentation"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="LocationLib_src"/>
<classpathentry kind="src" path="FacebookLib_src"/>
<classpathentry kind="src" path="LocationLib_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>