User log in in to android app through Facebook - android

I have created one app but i want authonticate the user by making user to log in through Facebook..how to make my android app to log in with users Facebook account?

You have to integrate Facebook SDK , follow developer.facebook.com. Try the initial steps.

Related

How to login to Facebook account other than the developer's account using Facebook SDK

I am a beginner in android and I am trying to make a simple application on android that implements Facbook SDK to login into Facebook. After application launched, it shows the facebook login page. When I insert my fb id and password into that form it logins successfully to my app, but when I try to login with any other id instead of my id it shows the following error on the emulator.
*App not setup: the developers of this app have not setup this app properly for facbook login ok
Try this,
Login to your facebook developer account ,
Go to the settings of your app.
There is an option as "Do you want to make this app and all its live features available to the general public?"
Switch that into "YES"and try again.

Trouble integrating FB login into my android app

recently i have made an android app which integrating facebook login. It works fine when i login with my FB account which is also setup as a FB developer account(where i kept my app release key and debug key).But problem is that when i want to login with other FB account for testing it show me error like this
App Not Setup. The developers of this app have not srt up
this app properly for Facebook Login.
i follow this tutorial https://developers.facebook.com/docs/android/scrumptious/authenticate it works fine as they showed with my developer FB ac.But why not with other FB account? What else i should do to make this app available to other user? Please give me suggestion ...please. Thanks in advance.
go to your facebook developer console and select your project(app) from app section.Then in status and review turn on the option--Do you want to make this app and all its live features available to the general public?.
You will need an email id to turn it on so add one if you haven't already.

Unable to login in fb in android custom app through graph api for another account

I developed an android app which consists facebook login through graph api.
I created the new app in facebook developers from my account and corresponding app_id is configured in android. So here I am able to login with facebook with my account successfully.
But if I ask other user to login it is throwing below error.
App not set up: the developer of this app has not set up the app properly for facebook login
So what is missing here to make it login for all fb users.
Could someone please guide me to reach my intention. TIA.
To make Facebook login working on other's account you need to make it available in the facebook developer console.
Do you want to make this app and all its live features available to the general public?
Turn that to yes and app is available to all the users.

Android - Facebook log in and Sign up

Hello I'm creating an app that there is a log in and sign up screen. In the sign up if a user sign's in using Facebook, and later log of - he will go to log in screen. There is a log in using Facebook button, and when a user tries to log in, Facebook gives me an error and Okay button. I think this is because the user already has given the app permissions(or something like that). Now my question is how can I create the log in function if a user has already signed in using Facebook.
For Login/Logout purpose you can use Facebook SDK 3.0, it uses information from Facebook App on Android (if it is installed), so if the user has already signed in using the Facebook App, then the user would not have to sign-in again, the SDK will simply fetch the current Session.
I have answered the detailed implementation for this on the link below:
Post to facebook after login fails Android
Thanks.

Facebook App Details rejected for not appearing to integrate Facebook Login

I keep having my app details page rejected with this message:
Your Android app does not appear to have Facebook Login integration. Please either implement Facebook Login or remove this integration as a listed platform in the developer app. See more details here
I do use Facebook Login in my app. Who can I contact to resolve this issue?
What really does not make sense is the free version of my app was approved, but the paid version keeps getting rejected, when they integrate Facebook Login the exact same way!
Thanks,
Ben
Do you use the last version of facebook Sdk ? You have to uprade to 3.0.. Go on your facebook application and check :- Your alerts, your solution should be here- Settings -> Android native application -> enable facebook login
The app details page is eventually accepted after repeatedly submitting for review after each rejection, and referencing this page in my submission message.

Categories

Resources