Hi Team,
This is my build settings
settings = { plugins = { ["plugin.facebook.v4"] = { publisherId = "com.coronalabs" }, }, orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait" } }, android = { facebookAppId = "xxxx", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.ACCESS\_COARSE\_LOCATION", }, }, }
My error message:
07:53:16.445 Error: You are not subscribed to the following plugin: 07:53:16.445 07:53:16.445 Plugin: `plugin.facebook.v4` 07:53:16.445 Publisher: `com.coronalabs` 07:53:16.445 User Account: `rhaineyensid@yahoo.com` 07:53:16.445 07:53:16.445 Click [here](https://store.coronalabs.com/plugins/com.coronalabs/plugin.facebook.v4) to subscribe and then try the build again.
I am not even calling the local facebook = require( “plugin.facebook.v4” ) yet. I can’t build the app. On the plug-in page, it says it’s pre-activated and i don’t have it on my account’s plugin list.
.
Please help.