Wish Facebook Android SDK v5

DonManfred

Expert
Licensed User
Longtime User
What Facebook library do we have?
I only know facebook login using firebaseauth. But no full Library
 

Brandsum

Well-Known Member
Licensed User
This one https://www.b4x.com/android/forum/threads/facebook-extends-firebaseauth-to-support-facebook.67954/

Using this I can track events in Facebook Event Manager. But to get codeless (custom event) events I have to upgrade this to v5 (B4I version is already available).

Actually, the codeless app event feature is integrated into Facebook core SDK v5. This functionality does not need any wrapper. Adding a manifest code is enough for that. But the app needs to be compiled with V5 SDK. The B4A Facebook login library is based on v4.14.0 so I think there may be some changes in v5 thats why I asked for the updated Facebook login library.
 
Top