Ale_resource Member Licensed User Feb 18, 2021 #1 Good morning I should add to my app the functionalities provided by the facebook sdk for the event's app. https://developers.facebook.com/docs/app-events/getting-started-app-events-android Does this library implement these functions or is it just for login? https://www.b4x.com/android/forum/threads/facebook-extends-firebaseauth-to-support-facebook.67954/ How can I integrate the facebook sdk in case?
Good morning I should add to my app the functionalities provided by the facebook sdk for the event's app. https://developers.facebook.com/docs/app-events/getting-started-app-events-android Does this library implement these functions or is it just for login? https://www.b4x.com/android/forum/threads/facebook-extends-firebaseauth-to-support-facebook.67954/ How can I integrate the facebook sdk in case?
DonManfred Expert Licensed User Longtime User Feb 18, 2021 #2 Ale_resource said: How can I integrate the facebook sdk in case? Click to expand... You need to write a wrapper with java for it. Alternatively you can use JavaObject. In both cases you need some java knowledge. Upvote 0
Ale_resource said: How can I integrate the facebook sdk in case? Click to expand... You need to write a wrapper with java for it. Alternatively you can use JavaObject. In both cases you need some java knowledge.
Ale_resource Member Licensed User Feb 18, 2021 #3 DonManfred said: You need to write a wrapper with java for it. Alternatively you can use JavaObject. In both cases you need some java knowledge. Click to expand... but with this library https://www.b4x.com/android/forum/t...tends-firebaseauth-to-support-facebook.67954/ by setting only the manifest it should also perform the function of app event right? since the library is based on Facebook sdk 5.50 Upvote 0
DonManfred said: You need to write a wrapper with java for it. Alternatively you can use JavaObject. In both cases you need some java knowledge. Click to expand... but with this library https://www.b4x.com/android/forum/t...tends-firebaseauth-to-support-facebook.67954/ by setting only the manifest it should also perform the function of app event right? since the library is based on Facebook sdk 5.50
DonManfred Expert Licensed User Longtime User Feb 18, 2021 #4 Ale_resource said: by setting only the manifest it should also perform the function of app event right? Click to expand... Where is this documented? the Library is only for Authentification. For any further functionality you need to write a wrapper for the SDK first. Upvote 0
Ale_resource said: by setting only the manifest it should also perform the function of app event right? Click to expand... Where is this documented? the Library is only for Authentification. For any further functionality you need to write a wrapper for the SDK first.
Ale_resource Member Licensed User Feb 18, 2021 #5 DonManfred said: Where is this documented? the Library is only for Authentification. For any further functionality you need to write a wrapper for the SDK first. Click to expand... reading this thread https://www.b4x.com/android/forum/threads/facebook-android-sdk-v5.109335/ it seems enough to do that am I right ? Upvote 0
DonManfred said: Where is this documented? the Library is only for Authentification. For any further functionality you need to write a wrapper for the SDK first. Click to expand... reading this thread https://www.b4x.com/android/forum/threads/facebook-android-sdk-v5.109335/ it seems enough to do that am I right ?