Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Invalid android_key parametrer. The key XXXXXXXXXXXXXXXXX does not match any allowed key.

$
0
0

In my app I'm trying a login facebook without using the dialog-based authentication. The application run but I got the following error message facebook side:

Invalid android_key parametrer. The key XXXXXXXXXXXXXXXXX does not match any allowed key.
Configure your app key hashes at http://developers.facebook.com/apps/{app_id}
I setted the hash key XXXXXXXXXXXXXXXXX code in my facebook developer account. And in the app code I setted:
var fb = require('facebook');
fb.appid = '{my_app_id}';
fb.permissions = ['read_stream','offline_access'];
fb.forceDialogAuth = false;
Have you some suggestion, please? Thank you

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>