created FacebookActivity.java and facebookactivity.xml. this activity is designed to assist with context issues during facebook authorization for the initial authorization.
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.
This commit is contained in:
@@ -33,7 +33,8 @@ public final class R {
|
||||
public static final int text=0x7f070001;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int powered_by_skyhook=0x7f030000;
|
||||
public static final int facebookactivity=0x7f030000;
|
||||
public static final int powered_by_skyhook=0x7f030001;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int about=0x7f050005;
|
||||
|
||||
@@ -33,7 +33,8 @@ public final class R {
|
||||
public static final int text=0x7f070001;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int powered_by_skyhook=0x7f030000;
|
||||
public static final int facebookactivity=0x7f030000;
|
||||
public static final int powered_by_skyhook=0x7f030001;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int about=0x7f050005;
|
||||
|
||||
@@ -33,7 +33,8 @@ public final class R {
|
||||
public static final int text=0x7f070001;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int powered_by_skyhook=0x7f030000;
|
||||
public static final int facebookactivity=0x7f030000;
|
||||
public static final int powered_by_skyhook=0x7f030001;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int about=0x7f050005;
|
||||
|
||||
Reference in New Issue
Block a user