facebook

  1. A

    Android Question Listing facebook account connected to the phone

    Is there any library that allows showing the current facebook/messenger account that is connected to the phone instead of letting the user type the email and pass manually?
  2. P

    Facebook Audience Network Library

    Original library: https://developers.facebook.com/docs/audience-network/guides/adding-sdk/android Based on Android Audience Network SDK 6.5.0 (17 May 2021) Banner, Interstitial and Rewarded Video. Library does not work anymore as Facebook ads must be served thorough mediation partners. More...
  3. sdixon

    Android Question reset action_send intent

    I've been working on an application that uses intent to send information via Whatsapp, twitter, Facebook, etc. The problem I've run into is that the first time I run the app, I get a list of all the methods available to send information on my phone. The second time I use the app, I don't have...
  4. Y

    iOS Question Solved - Facebook login with Firebase Auth errors

    I've followed the tutorials to get the facebook login working properly, but the login keeps spewing out different errors. First, when the facebook app was not installed, the following error appeared: -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed...
  5. Brandsum

    Wish Facebook Android SDK v5

    Current B4A Facebook Library is based on Facebook SDK v4.14.0 which does not have codeless app event tracking feature. https://developers.facebook.com/docs/app-events/codeless-app-events Can we get an update on Facebook library based on Facebook SDK v5? It will be very helpful. Thanks.
  6. Sai Main Seng Kham

    Wish Tutorial of using Facebook Account Kit on B4A

    Any have example or tutorial of using Facebook Account Kit?
  7. KZero

    Android Question Firebase Auth, Facebook Key-Hash

    Hello, i'm trying to generate Key-Hash for Facebook but i'm getting this error Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore D:\Android\MyPSK.keystore -destkeystore...
  8. Azam Memon

    Android Question Facebook and CardView: Uncaught translation error

    Hi, I am trying to add Facebook analytics and Login to my project which uses CardView Library and I have extended my one of the activities with: #Extends: android.support.v7.app.AppCompatActivity When I am selecting Facebook Library and even without Initializing Facebook library in any of...
  9. DaniDPX

    Android Question Facebook "Continue as {Name}' Login button

    Hello team B4X, can anyone help me with this... I want to get the logged user on Facebook and retrieve his/her name in my app.
  10. sktanmoy

    Android Question Firebase Facebook not working properly

    I tried to Integrate Google & Facebook Login into my app using Firebase Library. Unfortunately, Facebook isn't working as expected. I'm getting Facebook Login Window, successfully being back to the Login Activity but not getting any response from the sub bellow Sub Auth_SignedIn (User As...
  11. aklisiewicz

    Android Example Please join Facebook group

    https://www.facebook.com/groups/177632729563622/
  12. uniplan

    Android Question Firebase facebook authorization changed? No photo profile and no email

    Hi, normally i use facebook firebase auth login, but from two days i don't receive the email and photo user profile, but only DisplayName and Uid ... I see in the facebook developer that we send our app for verify to preserve those authentication functions: user_friends user_link user_gender...
  13. Alansari

    Android Question Facebook Ads

    Hi Freinds How to add facebook ads to b4a ???
  14. appie21

    Android Question Opening wrong facebook page in nativeapp

    Hello I try to open the facebook app with a page (in this case B4a) Sub BtnFacebook_Click Dim fURI As String = "https://www.facebook.com/b4xdev/" Dim in As Intent in.Initialize(in.ACTION_VIEW, "fb://facewebmodal/f?href=" & fURI) Try StartActivity(in) Catch...
  15. DonManfred

    B4A Library Firebase UI Auth - a new Dimension in Authentication

    This is a Wrap for the Firebase UI-bindings found at Github. It offers Authentification using - Google-Account (Tested) - email and password authentification (Tested) - Telephone-Authentification (Tested) - Twitter (Not tested as i do not have a Twitter-Dev Account) - Facebook (Not tested as i...
Top