Skip to content Skip to sidebar Skip to footer

Does The Facebook SDK Only Work With Activities?

I've been trying to implement the Facebook SDK into my application in order to let users post messages on our fanwall through the app. However, I've been unsuccessful at even loggi

Solution 1:

I ended up using a FragmentActivity for my Facebook interaction. Not the ideal solution, but it works.


Solution 2:


Post a Comment for "Does The Facebook SDK Only Work With Activities?"