rxmarccall,
You should create your app first and decide what the final package name is going to be. Then set up your facebook developer page.
You set “Android Package Name” to your app’s unique package name.
You set “Class Name” to “com.ansca.corona.CoronaActivity”. This is used to launch your app from facebook.
For the hash key, follow the FAQ that I posted a link to up above. The simplest solution is to attempt to log into facebook from your app with a “bad” hash key. It will fail, as expected, but the Android log will print the hash key that facebook was expecting. Copy and paste that hash key to your facebook developer page.
That FAQ also provides information that is relevant to both iOS and Android, such as how to set up your app to receive a token with an expiration of 60 days instead of the default few hour expiration. [import]uid: 32256 topic_id: 32551 reply_id: 129490[/import]