Skip to content Skip to sidebar Skip to footer

Configuring App To Facebook Error : "app Is Misconfigured For Facebook Login.."

Possible Duplicate: App is misconfigured for Facebook login : Android Facebook integration issue I'm trying to integrate facebook into my app. When I press the login button and

Solution 1:

I got the same error a few days ago, in my case it was due to android key mismatch. here is how i fixed it if it may help u too,

Open Util.java in facebook sdk, set private static boolean ENABLE_LOG=true; now run your app and enter the your email id and password,facebook sends back a signature if there's a key mismatch. you'll find this key(signature) in logcat. Just copy this key and paste it in app dashboard. That should fix the problem. Remember to set private static boolean ENABLE_LOG=true; back to false

Post a Comment for "Configuring App To Facebook Error : "app Is Misconfigured For Facebook Login..""