Tagged Questions
0
votes
1answer
83 views
call finish() from static method
I am using the Facebook Android SDK and want to close my Activity after a user logs in and gets the user object. In practice I am storing parts of it but I want to close the activity regardless.
...
0
votes
0answers
160 views
Failure delivering result ResultInfo in Action Bar Sherlock, Facebook
I'm using the Action bar sherlock library in my application and I currently have one two tabs as fragments:
Tab A : Users views information in a list
Tab B : Users can log into facebook
I need the ...
0
votes
1answer
288 views
Facebook SDK 3.0 Android login custom title bar disappears
When I'm launching the login/register Facebook Activity using the openSession method the application title bar (we're using a custom one) disappears and another one appears. Is there a way to set the ...
-1
votes
1answer
107 views
Facebook 3.0b activity to work in backgroung silently
I have an activity which extends GLActivity class.
I need to use FaceBook sdk to do some facebook interactions. So i create a new activity every time i need something from facebook. When it's done i ...
0
votes
0answers
174 views
How to get rid of the FB auth webview and go back to previous activity after pressing Back button?
I am currently integrating the official Android Facebook SDK in one of my project.
In one of my activity, I launch the "Facebook" Authentication dialog (a web view actually). The thing is that if the ...