Hi Scott,
A very quick question; does the Facebook analytics plugin support “plugin.facebook.v4a”?
From your documentation, we need to require facebook before requiring your plugin.
[lua]
local facebook = require(“plugin.facebook.v4”)
local facebookAnalytics = require “plugin.facebookAnalytics”
facebookAnalytics.init()
[/lua]
Would it work with?
[lua]
local facebook = require( “plugin.facebook.v4a” )
[/lua]
Not really an issue either way as I am not using Facebook, I was just trying to be the most current.
Cheers,
Craig