-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook business login issues : it looks like app isn't available #427
Comments
Facing the same issue |
Any fix ? got the same problem :( |
@yoboitel that is not an issue of this plugin. Due to this plugin only wraps the Facebook Login SDK. You must go to the official Facebook Login SDK repo an open an issue there. |
Also limited login does not allow use
If you need that scopes you must use the normal login flow and for that you app must have the appTracking transparency permission granted befor run the facebook login |
Thank you, for now I'm using only email and public_profile to test, but event with these i cannot make it working. Here is my code, is there something wrong ? onTap: () async {
|
What version are you using?
7.1.1
What OS and version are you using to local deploy your application?
macOS 14.4
What platforms are you seeing the problem on?
Android, iOS
pubspec.yaml
Describe the Bug
When I am doing a Facebook business login after login my Facebook account I get that it looks like the app isn't available.
Expected Behavior
It should not come this
To Reproduce
Future<ApiResult> getFacebookUserToken() async {
print("facebook login");
try {
final LoginResult loginResult =
await FacebookAuth.instance.login(permissions: [
SocialMediaConstants.permissionPagesShowList,
SocialMediaConstants.permissionManageMetadata,
SocialMediaConstants.permissionManagePosts,
SocialMediaConstants.permissionManageReadEngagement,
SocialMediaConstants.permissionPageMessaging,
SocialMediaConstants.permissionPageManageAds,
SocialMediaConstants.permissionBusinessManagement
]);
print("loginResult , ${loginResult.message}");
}
Relevant log output
No response
flutter doctor -v
Info.plist (iOS)
No response
Podfile (iOS)
No response
AndroidManifest.xml
No response
MainActivity.java
No response
MainActivity.kt
No response
index.html
No response
Info.plist (macOS)
No response
The text was updated successfully, but these errors were encountered: