Praneet Kumar
Praneet Kumar

Reputation: 87

New Facebook App causing issue

I have used Facebook SDK in my android app and try to login via facebook.

A problem comes at the user side, If the Facebook app is not installed on the device, the login succeeds, but if the device has the facebook app installed, then the login show the popup:

Login failed. please contact the maker of this app and ask them to report the issue 1732910 to Facebook.

I know there are certain posts on this issue, but I didn't find any solution.

Please help!

Upvotes: 0

Views: 549

Answers (1)

Jagdeep Singh
Jagdeep Singh

Reputation: 1210

Just make sure that the activity in which is your Facebook is implemented doesn't have the android:launchMode="singleTask" in the manifest file.

Upvotes: 1

Related Questions