Facebook login fails - "The proxied app is not already installed."

I am using corona build 2014.2511.

I created a new facebook app 2 days back as per

http://docs.coronalabs.com/daily/guide/social/setupFacebook/index.html

And coded facebook login as per:

http://coronalabs.com/blog/2013/07/30/understanding-facebook-authentication/

and

http://docs.coronalabs.com/guide/social/implementFacebook/index.html

Here is my call to facebook login:

facebook.login( fbAppID, facebookListener, { “public_profile” } )

Coded facebookListener as per links above.

Initially I was getting error with keyhash not matching error while I was adding keyhash only in “Development Key Hashes” in facebook app.

This problem went away after I created a new release keyhash and added in “Release Key Hash” in facebook app.

But now I am getting below error:

W/fb4a(:<default>):BlueServiceQueue( 3488): com.facebook.http.protocol.ApiException: [code=auto:0] 408 [message]: The proxied app is not already installed. [extra]: null

I have tried all possible things available on forums but I am not able to fix this issue.

Can someone please help me solving this issue.