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

@@ -0,0 +1,36 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.android;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int facebook_icon=0x7f020000;
public static final int icon=0x7f020001;
}
public static final class id {
public static final int authCode=0x7f060002;
public static final int authOkButton=0x7f060001;
public static final int authWebView=0x7f060003;
public static final int widgetbutton=0x7f060000;
}
public static final class layout {
public static final int main=0x7f030000;
public static final int travelpostwidget=0x7f030001;
public static final int webauth=0x7f030002;
}
public static final class string {
public static final int app_name=0x7f050001;
public static final int hello=0x7f050000;
}
public static final class xml {
public static final int settings=0x7f040000;
public static final int travelpostwidgetinfo=0x7f040001;
}
}