I'm adding a Facebook plugin to my Cordova app. And now trying to register the platform at https://developers.facebook.com/
It requires the following info from me:
- Package Name
- Class Name
- Key Hashes
Could someone tell me how I can find the package and class name, and how to generate the key hashes?
Mind you, I am using the Cordova command line tool and no editors.