Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

facebook-login

Facebook login is currently unavailable

May 19, 2023 by Tarik

In the Facebook developers console for your app, please go to App Review > Permission Feature and give Advanced Access for “public_profile” and “email”. Facebook Login of the iOS app is working well without the Advanced Access setting.

Categories facebook-login Tags business-catalyst, facebook-login Leave a comment

Native Facebook app does not open with Facebook login in iOS 9

April 27, 2023 by Tarik

Below is complete process for new “Facebook login”. this is how I have revised my Facebook Login integration to get it work on latest update. Xcode 7.x , iOS 9 , Facebook SDK 4.x Step-1. Download latest Facebook SDK (it includes major changes). Step-2. Add FBSDKCoreKit.framework and FBSDKLoginKit.framework to your project. Step-3. Now go to … Read more

Categories ios Tags facebook, facebook-login, ios, ios9, objective-c Leave a comment

Given URL is not allowed by the Application configuration

April 26, 2023 by Tarik

The problem is that whatever url you are currently hosting your app is not setup in your Application configuration. Go to your app settings and ensure the urls are matching. Updated Steps: Go to ‘Basic’ settings for your app Select ‘Add Platform’ Select ‘Website’ Put your website URL under ‘Site URL’

Categories facebook Tags authentication, facebook, facebook-login, sign Leave a comment

How to change facebook login button with my custom image

April 6, 2023 by Tarik

The method which you are using is rendering login button from the Facebook Javascript code. However, you can write your own Javascript code function to mimic the functionality. Here is how to do it – Create a simple anchor tag link with the image you want to show. Have a onclick method on anchor tag … Read more

Categories facebook Tags facebook, facebook-login Leave a comment

Working with Facebook login from localhost

April 3, 2023 by Tarik

There are some other good answers here. However I want to add information about how to create a Test app (as recommended by Facebook). Go to the page to manage Facebook apps (you, the admin must be logged in): https://developers.facebook.com/apps/ Hover over the block containing your live Facebook app and click on the three dots … Read more

Categories facebook Tags facebook, facebook-login Leave a comment

Facebook Sdk Has Not Been Initialized FacebookSdk.sdkInitialize()

March 31, 2023 by Tarik

Problem While integrating Android SDK for a react-native project, I had finished the Android with React Native v0.30+ Project Configuration guide, and ran react-native run-android and then got this screen: I learned that FacebookSdk.sdkInitialize is deprecated. see here After some searching, I realized that the guide did not contain the steps to add the Facebook … Read more

Categories android Tags android, android-facebook, facebook-login, fbsdk, react-native Leave a comment

Authentication using Facebook at first and then Google causes an error in Firebase for Android

March 27, 2023 by Tarik
Categories android Tags android, facebook-login, firebase, firebase-authentication, google-authentication Leave a comment

How to change the height of the ‘Log in with Facebook’ button?

March 19, 2023 by Tarik

Just set paddingTop and paddingBottom. It works for me. <com.facebook.login.widget.LoginButton android:id=”@+id/login_facebook_button” android:layout_width=”match_parent” android:layout_height=”wrap_content” android:paddingTop=”15dp” android:paddingBottom=”15dp” android:layout_marginRight=”30dp” android:layout_marginLeft=”30dp”/>

Categories android Tags android, android-xml, facebook, facebook-login, facebook-sdk-4.0 Leave a comment

How should I deal with the Facebook app privacy policy URL in developers page?

March 6, 2023 by Tarik

This should work ( Kind of a trick to fool FB 😉 ) Create a free privacy policy here. Upload your privacy policy (the one you just created) to your google drive account. Select the uploaded privacy policy file and click on Get Shareable link. Copy and paste the generated link into your facebook app’s … Read more

Categories facebook Tags facebook, facebook-login, privacy-policy, url Leave a comment

SERVER_ERROR: [code] 1675030 [message]: Error performing query

February 9, 2023 by Tarik

I find the solution, this happends when you don’t have evaluate users in your app . Enter in your panel App Select Rol And add test users , when your try to login with test users , the application executes without fails

Categories java Tags android, facebook, facebook-login, java Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa