Facebook not recording any install

Hi,

I am marketing my app in Facebook. FB does not seem to record any installs. I see few installs happening when i market. can someone please help me on why FB is not able to catch any installs?

["plugin.facebook.v4a"] =
	{
		publisherId = "com.coronalabs"
	},

using the below code in main.lua

local facebook = require( “plugin.facebook.v4a” )
facebook.publishInstall()

@PRAD6588 - Have you setup your game within the Facebook Developer console? And if so, to what extent?

@troylyndon Hi Troy,

Thanks for your reply. I went back and checked my FB developer console

I see i had already added the android app with Package name. But the classname and key hash was empty so i added them now.

classname - com.ansca.corona.CoronaActivity

is that part of the full setup now? should i rebuild my app and uploda for it to take effect. any ways to check if it works fine now?

Regards,
Pradeep

If you can, send screenshots of your FB Login confit and I’ll compare to my own.

@troylyndon

Hi Troy,

Sorry for the delay. I was running few campaigns hoping it would work but still not recording installs

fb.docx (500.1 KB)

Have attached my FB developer screenshots.

Also i am not using the FB app ID anywhere in the code. Just using the below. Please check and help

["plugin.facebook.v4a"] =
	{
		publisherId = "com.coronalabs"
	},

using the below code in main.lua

local facebook = require( “plugin.facebook.v4a” )
facebook.publishInstall()