Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
ActionBarSherlock is an extension of the compatibility library designed to facilitate the use of the action bar design pattern across all versions of Android with a single API.
1
vote
1answer
60 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
130 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 ...
0
votes
1answer
191 views
How to deal with library mismatches in 3rd party android libraries?
I'm writing an android app that uses both ActionBarSherlock and the Facebook Android SDK. Both these libraries provide android-support-v4.jar in their libs folder:
...
2
votes
2answers
300 views
Combine ActionbarSherlock and Facebook API Graph
this might be a bit of a newbie question, but here goes: I am currently working on an Android application in which I need the Facebook library and the Action Bar Support library.
when I tried to ...
4
votes
1answer
469 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 ...