Tagged Questions
0
votes
1answer
54 views
multiple Android Support library v4
I have a project which is using three external libraries: ActionSherlock, ViewPagerIndicator and FacebookSDK 3.x
All of them need the android support library but the problem is that if i link every ...
0
votes
1answer
126 views
Creating LoginButton and setting View attributes programatically
I want to create the LoginButton programatically since I'm putting it in an ActionBarSherlock ActionBar.
I am able to put the <com.facebook.widget.LoginButton> definition in a layout file, and ...
4
votes
1answer
466 views
How to extend a SherlockFragmentActivity when implementing Facebook SDK 3.0
I'm trying to implement the Facebook SDK (3.0 beta) in an Android app that relies on ActionBarSherlock but I don't understand how since I can't extend both SherlockFragmentActivity and ...
9
votes
2answers
6k views
New Facebook API 3.0. and ActionBarSherlock compatibility
I'm reading facebook Android API 3.0 documents, and I do not understand what does session has to do with background activities. In all examples I'm supposed to extend "FacebookFragment". Well, that ...
1
vote
3answers
1k views
Why doesn't Android Facebook interface work with Fragments?
I'm switching some Android Facebook code from an Activity to a Fragment. Prior to the switch everything worked fine, but now the onComplete() callback is not being executed.
Does the Facebook code ...