Facebook problem

Hi
I integrate facebook, like corona facebook example

I generate Android Key Hash
keytool -exportcert -alias androiddebugkey -keystore “C:\Program Files (x86)\Corona Labs\Corona SDK\Resources\debug.keystore” | “C:\openssl\bin\openssl” sha1 -binary |“C:\openssl\bin\openssl” base64
Password “android”

Create app in facebook site, add Android Key Hash but when start i see

MyAppTest is misconfigured for Facebook login. Press Okay to go back to the application without connecting to Facebook

In log
response(invalid_key:Android … #214)

What am I doing wrong? [import]uid: 91708 topic_id: 31337 reply_id: 331337[/import]

I use Facebook helper/support module
http://developer.coronalabs.com/code/facebook-helpersupport-module

for generate Android Key Hash and copy-paste it. And all work fine now
[import]uid: 91708 topic_id: 31337 reply_id: 125980[/import]

I use Facebook helper/support module
http://developer.coronalabs.com/code/facebook-helpersupport-module

for generate Android Key Hash and copy-paste it. And all work fine now
[import]uid: 91708 topic_id: 31337 reply_id: 125980[/import]

@alexandr

Can you tell me how did you used the Facebook helper suppor module to generate the right Android Key Hash.

Thank you very much [import]uid: 111657 topic_id: 31337 reply_id: 126731[/import]

I create APP in facebook, add any Android Key Hash

then in Facebook helper in main.lua add my App ID/API Key and App Secret

libFacebook.FB_App_ID = “App ID/API Key”
libFacebook.FB_Access_Token = “App Secret”

Run on adroid phone and see log. In log you see something your Android Key Hash is “yourAndroidKey Hash” Copy-pastle in facebook app this key as Android Key Hash and all work fine. You now can run \Corona Labs\Corona SDK\Sample Code\Networking\Facebook with your Id and secret and all work fine. [import]uid: 91708 topic_id: 31337 reply_id: 126766[/import]

@alexandr

Can you tell me how did you used the Facebook helper suppor module to generate the right Android Key Hash.

Thank you very much [import]uid: 111657 topic_id: 31337 reply_id: 126731[/import]

I create APP in facebook, add any Android Key Hash

then in Facebook helper in main.lua add my App ID/API Key and App Secret

libFacebook.FB_App_ID = “App ID/API Key”
libFacebook.FB_Access_Token = “App Secret”

Run on adroid phone and see log. In log you see something your Android Key Hash is “yourAndroidKey Hash” Copy-pastle in facebook app this key as Android Key Hash and all work fine. You now can run \Corona Labs\Corona SDK\Sample Code\Networking\Facebook with your Id and secret and all work fine. [import]uid: 91708 topic_id: 31337 reply_id: 126766[/import]

@alexandr,

How do you go about getting the log from your android phone that has the “android hash key”?

Nevermind I used facebooks guide to generate it using the command line. thanks [import]uid: 19620 topic_id: 31337 reply_id: 129422[/import]

@alexandr,

How do you go about getting the log from your android phone that has the “android hash key”?

Nevermind I used facebooks guide to generate it using the command line. thanks [import]uid: 19620 topic_id: 31337 reply_id: 129422[/import]