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:
8
TravelPost/res/layout/facebookactivity.xml
Normal file
8
TravelPost/res/layout/facebookactivity.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:alpha="0">
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user