FacebookComponents icon indicating copy to clipboard operation
FacebookComponents copied to clipboard

Not found AccountKitActivity.ACCOUNT_KIT_ACTIVITY_CONFIGURATION

Open nhdanh opened this issue 5 years ago • 2 comments

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 avatar Sep 06 '19 07:09 nhdanh

@nhdanh Is this still an issue?

SotoiGhost avatar Dec 13 '19 16:12 SotoiGhost

I replace with my text "ACCOUNT_KIT_ACTIVITY_CONFIGURATION" in put extra. I hope plugin will update same with FB Document

nhdanh avatar Dec 16 '19 00:12 nhdanh