motis10
motis10

Reputation: 2626

Facebook AccountKit override onActivityResult on main activity

I added custom footer to my AccountKitActivity screen. It is possible according to Facebook documentation.

In my layout I added buttons as footer fragment, but I need to use onActivityResult after my buttons finish theirs action.
Is it possible to extends com.facebook.accountkit.ui.AccountKitActivity so i will able to override the onActivityResult and add additional actions to facebook actions?

Upvotes: 0

Views: 114

Answers (1)

Pouya Larjani
Pouya Larjani

Reputation: 408

No, it is not possible to extend this class. This is a design decision made for legal reasons

Upvotes: 0

Related Questions