capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 55 forks source link

App Events Facebook #108 #112

Closed codeconsole closed 1 year ago

codeconsole commented 1 year ago

Support sending Facebook App Events for iOS and Android

https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#manually-log-events https://developers.facebook.com/docs/app-events/getting-started-app-events-android#log-manually

Capacitor.Plugins.FacebookLogin.logEvent({eventName:'BattleTheMonster'})

I can confirm the correct code is executed on both android and iOS, but so far I have not been able to see the event on the Test Events tab. https://business.facebook.com/events_manager2/list

I am not sure if additional configuration needs to be added or if there is an issue on how my datastore is configured.

codeconsole commented 1 year ago

I can confirm both Android and iOS are working as expected. This is good to merge.

FernetB commented 1 year ago

Is this repo still alive?

rdlabo commented 1 year ago

I missed this one for a long time. Sorry! I will merge it right away.