facebook / facebook-android-sdk

Used to integrate Android apps with Facebook Platform.
https://developers.facebook.com/docs/android
Other
6.07k stars 3.64k forks source link

Login for business #1242

Open luciferldy opened 1 week ago

luciferldy commented 1 week ago

Checklist before submitting a bug report

Java version

8

Android version

13

Android SDK version

31

Installation platform & version

maven

Package

Login

Goals

intergrate with facebook login

Expected results

get the login auth token successful

Actual results

i can get the auth token from account the has development platform access. a normal facebook user account cannot return token, it shows your application is not available.

Steps to reproduce

  1. install facebook and login with a userA
  2. open talkie(our app),click to login,show login page, click "use facebook login",it shows your application is not available.

Code samples & details

No response