facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.77k stars 3.53k forks source link

login error #2320

Open LatCui opened 7 months ago

LatCui commented 7 months ago

Checklist before submitting a bug report

Xcode version

15.1

Facebook iOS SDK version

16.2.1

Dependency Manager

CocoaPods

SDK Framework

Login

Goals

my app online show "Login error: Logging in to this app with your Facebook account isn't allowed. To play this game with your current progress, please play it on Facebook."

Expected results

login success

Actual results

截屏2024-01-04 17 13 22

Steps to reproduce

No response

Code samples & details

// INSERT YOUR CODE HERE
var example = "Example code"
Ashenyou commented 7 months ago

Hi,I also encountered the same problem.In my case, it's because mistakenly applied for facebook gaming (fb.gg) in the background. Disable it should solve the problem.

LatCui commented 7 months ago

yes,i close the gaming,then can login again