created webauth.xml to be used with displaying the web auth site, and allowing the user to input their auth code

i created WebAuth.java to be used to display the social client auth site, and get the users auth code

started intergration of twitter
This commit is contained in:
2011-01-24 18:12:18 +00:00
parent db27e1528a
commit 53845d6131
13 changed files with 214 additions and 6 deletions

View File

@@ -3,5 +3,8 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="FacebookLib_src"/>
<classpathentry kind="lib" path="libs/jtwitter.jar"/>
<classpathentry kind="lib" path="libs/signpost-core-1.2.1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>