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:

well...

the new Facebook SDK has an Activity that implement FragmentActivity so problem solved.

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