FacebookComponents
FacebookComponents copied to clipboard
Not found AccountKitActivity.ACCOUNT_KIT_ACTIVITY_CONFIGURATION
I use xamarin form. So I create a Dependency Services for each platform. On Android, I use Xamarin.Facebook.AccountKit.Android 5.0.0. When I config the action to show AccountKitActivity. I see the document of FB. They use Intent intent = new Intent(this, AccountKitActivity.class); and intent.putExtra( AccountKitActivity.ACCOUNT_KIT_ACTIVITY_CONFIGURATION,configuration);
But in C# I get error not resolve symbol ACCOUNT_KIT_ACTIVITY_CONFIGURATION. How to config this in xamarin android. I need sample on android or xamarin form. Can you help me ?
@nhdanh Is this still an issue?
I replace with my text "ACCOUNT_KIT_ACTIVITY_CONFIGURATION" in put extra. I hope plugin will update same with FB Document