Android Facebook SDK 3.0 gives “remote_app_id does not match stored id” while logging in
问题 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