Hi, I hope you see my question. I dont understand how my dashboard doesnt have Live toggle button when I also choose App Type None? Im creating a login part like you did as well. Thank you.
@@JASACADAMY Error(s) found while validating app-ads.txt. Please select Confirm ownership for more details. I am getting this error when i put my package name in facebook app conosole for android platform. your thoughts ?
Thanks bro, everything works perfectly in the Android emulator, after making release APK. when I try from the mobile it's not loading the sign in. it's not executing the Facebook login attempt. do you think what would be the problem
I fix this by change to live in Facebook console. But now when I click login button it's open Facebook and says there error login into this application. Do you know why is this ?
thanks bro, this code is working old android version like till android 11. but it is given error for android 12 and upper version. Can you provide me any solution ?
hello Please help me !! Package name in facebook dev option (Error: there was a problem to verifying your package name facebook account please check..)(and not move to the next step)
The error I receive in facebook setings on my app package: Error(s) found while validating app-ads.txt. Please select Confirm ownership for more details. How to fix it ?
@@JASACADAMY I found what was the problem, the command to generate the keyhash doen'st give you the right key, I had to generate it from a free website. second you need to clean and BUILD your proejct in ANDROID STUDIO, this part were everyone forgot to do
Hello. I am following the steps in the Video. When I give it save in the basic configuration, it does not save the key and it gives me an error in the name of the package. Error app-ads.txt file com.lantlogin: No url of your developer website was found in your APP STORE listing.
@@JASACADAMY There is no mention of Settings.initializeSDK(); in the tutorial. Is it needed for Android or not? I am getting the same error on android.
I have the following error "openssl : O termo 'openssl' não é reconhecido como nome de cmdlet, função, arquivo de script ou programa operável. Verifique a grafia do nome ou, se um caminho tiver sido incluído, veja se o caminho está correto e tente novamente. No linha:1 caractere:91 + ... bugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -b ...". Can you help me?
@@JASACADAMY I installed it, but I don't think it's generating correctly because on the config page it says a warning message "Key hashes are 28 characters long, including the trailing =, and can only contain the following characters: [a-zA-Z0 -9+/=]" . The hash that was generated: FAdwPz8/IlQ= the command I used in the root folder of the project: keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | C:\Users\Dell\openssl\bin\openssl.exe sha1 -binary | C:\Users\Dell\openssl\bin\openssl.exe base64
Hi, I hope you see my question. I dont understand how my dashboard doesnt have Live toggle button when I also choose App Type None? Im creating a login part like you did as well. Thank you.
Thanks, Bro. You save my ass after searching for 3 days.
Muchas gracias me salvaste, se te quiere mucho indio
Thank you
can we get email from integration facebook Sign in?
Would be waiting for you to do a video on react native with redux like a basic app and with api call
sure i will do
@@JASACADAMY Error(s) found while validating app-ads.txt. Please select Confirm ownership for more details. I am getting this error when i put my package name in facebook app conosole for android platform. your thoughts ?
Nice tutorial! Can you please make a tutorial for iOS as well?
I will try!
Thanks bro, everything works perfectly in the Android emulator, after making release APK. when I try from the mobile it's not loading the sign in. it's not executing the Facebook login attempt. do you think what would be the problem
have you added release sha key
@@JASACADAMY SERVER_ERROR code 1675030 message : error performing query
This message when press the button. After I installed to phone
I fix this by change to live in Facebook console. But now when I click login button it's open Facebook and says there error login into this application. Do you know why is this ?
thanks bro, this code is working old android version like till android 11. but it is given error for android 12 and upper version. Can you provide me any solution ?
can you debug with Android studio
hello Please help me !!
Package name in facebook dev option (Error: there was a problem to verifying your package name facebook account please check..)(and not move to the next step)
Have you used this package name else where
@@JASACADAMY no
Where did activity settings came from?
which setting ? can you please elaborate
you saved my day....Bro
thanks for feedback 👌
The error I receive in facebook setings on my app package: Error(s) found while validating app-ads.txt. Please select Confirm ownership for more details. How to fix it ?
add proper domain and subdomain in settings
you can see app_ad.text trouble shoot in Facebook developer documents
@@JASACADAMY can you please explain it, I am creating a test app and what should I add in place of domain?
Thanks how to. Create customer button design?
you can create custom button using touchable opacity and view
I followed your tutorial carefully but I'm getting this error. "An error occurred while logging into Facebook"
can you specify the error?
Nice tutorial! Can you make a tutorial for iOS?
sure thanks for feedback 👍
sir please create tutorial facebook audience network react native
Thx
thanks for feedback 👍 will do
I made every step in your tutorial like you said, and it return "login has error : undefined"
Have you added SHA keys?
@@JASACADAMY Please guide me how to add SHA keys because I am facing the same issue
@@musharafahmed1965 In the starting I am showing how to create SHA key and how to add in firebase.please check video once more
@@JASACADAMY I found what was the problem, the command to generate the keyhash doen'st give you the right key, I had to generate it from a free website. second you need to clean and BUILD your proejct in ANDROID STUDIO, this part were everyone forgot to do
Hello. I am following the steps in the Video. When I give it save in the basic configuration, it does not save the key and it gives me an error in the name of the package. Error app-ads.txt file com.lantlogin: No url of your developer website was found in your APP STORE listing.
add proper domain and subdomain in fb settings
Better to look for another video
I'm sorry to inform you that Video is Stuck after 12 minutes
it is working.please check once more
@@JASACADAMY no it's not working
err:requireNativeComponent: "RCTFBLoginButton" was not found in the UIManager.😂
Does sdk installed currectly?
I have the same issue did you manage to fix this?
where did you cop activity settings not a good video at all no screen recordings angry bro
You need a new mic
thanks for feedback 👍
Hi Thanks for making the video, But I am getting The SDK has not been initialized make sure to call FacebookSdk.sdkinitialize() first react native.
please check the fb sdk documentation once more
hello sir i'm having the same issue did you solve it ?
@@JASACADAMY There is no mention of Settings.initializeSDK(); in the tutorial. Is it needed for Android or not? I am getting the same error on android.
I have the following error "openssl : O termo 'openssl' não é reconhecido como nome de cmdlet, função, arquivo de script ou programa operável. Verifique a
grafia do nome ou, se um caminho tiver sido incluído, veja se o caminho está correto e tente novamente.
No linha:1 caractere:91
+ ... bugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -b ...". Can you help me?
Have you installed openssl ?
brew install openssl
@@JASACADAMY I installed it, but I don't think it's generating correctly because on the config page it says a warning message "Key hashes are 28 characters long, including the trailing =, and can only contain the following characters: [a-zA-Z0 -9+/=]" .
The hash that was generated: FAdwPz8/IlQ=
the command I used in the root folder of the project: keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | C:\Users\Dell\openssl\bin\openssl.exe sha1 -binary | C:\Users\Dell\openssl\bin\openssl.exe base64