Setting up the application on facebook Error: "The application is not configured correctly to log in to Facebook."

Possible duplicate: The
application is not configured to log in to Facebook: Android Facebook integration issue

I am trying to integrate facebook into my application. When I click on the login button and fill in the email address and password, I get an error message in the application: "

The application is not configured correctly to log in to Facebook.

"and then I have to click the" Okay "button and it closes.

I already filled in the fields in my facebook application, here is the image: enter image description here

Also, in logcat, when I click on the “Login” button (the button I created that pulls out the facebook login). I see the following error:

com.facebook.katana.AttributionIdProvider

facebook ?

: , Okay, .

+5
1

, Android. , ,

Util.java facebook sdk, set private static boolean ENABLE_LOG = true; , facebook , . () logcat. . . private static boolean ENABLE_LOG = true; false

+4

All Articles