I've tried all on FB page: https://developers.facebook.com/docs/android/getting-started/facebook-sdk-for-android/
and ANY solution published as a response to: Facebook message remote_app_id does not match stored id error: remote_app_id does not match stored id with correct heyhash
and I still keep getting the following:
com.parse.ParseException: com.facebook.FacebookAuthorizationException: UnknownError: remote_app_id does not match stored id
I'm using Parse:
I even tried to change package name/ create new FB app but nothing helped.
Same for SDK 3, 3.5.
The context of the exception:
ParseFacebookUtils.logIn(Arrays.asList("email", Permissions.Friends.ABOUT_ME),
this, new LogInCallback() {
@Override
public void done(ParseUser user, ParseException err) {
if (user == null) {
...
I was already tried anything- generating the hash key using both code and openSSL (both yielded the same hash).
Would thank your kind help.
Frustrated developer