facebook-android-sdk

Android Facebook SDK 3.0 gives “remote_app_id does not match stored id” while logging in

一曲冷凌霜 提交于 2019-11-26 04:21:50
问题 I\'m trying to build a app that uses Facebook SDK for Android 3.0. But when I\'m trying to call Session.openActiveSession It just simply gives me a SessionState with CLOSED_LOGIN_FAILED, and LogCat is: 12-16 00:03:40.510: W/fb4a:fb:OrcaServiceQueue(4105): com.facebook.orca.protocol.base.ApiException: remote_app_id does not match stored id I have searched StackOverflow with \"remote_app_id\" and the results are the \"Bundle ID\" in iOS, but I don\'t know what does the \"remote_app_id\" means

Facebook key hash does not match any stored key hashes

耗尽温柔 提交于 2019-11-26 03:07:34
问题 I\'m really having troubles with the Facebook hash key. I generated it in my Eclipse.. proof: Then I went to https://developers.facebook.com/ and registered a new app. And finally I\'ve set my hashkey at the settings of Facebook developers: But no whatter I do I keep getting the same error log: \"Key hash B5dWUEYfZJL/...........jyA= does not match any stored key hashes\" Does anybody know what I did wrong or how I can fix this problem? If I used the id and name from the HelloFacebookSample

using facebook sdk in Android studio

让人想犯罪 __ 提交于 2019-11-25 23:43:36
问题 I\'m following Facebook SDK for Android using Android Studio. When I run my application I\'m getting the below mentioned warning. Gradle: module \'facebook\' won\'t be compiled. Unfortunately you can\'t have non-Gradle Java module and Android-Gradle module in one project. How should I solve this? I tried @Scott Barta\'s answer and get the following error message. A problem occurred configuring project \':App\'. > Failed to notify project evaluation listener. > A problem occurred configuring