Error: Not Subscribed to Facebook v4 Plugin

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.

We are getting such errors with this plugin occasionally. Not sure why though.

Would you like to try new facebook v4a plugin?

https://docs.coronalabs.com/plugin/facebook-v4a/index.html

This updated version is asynchronous and includes a new facebook.init() API

Thanks Bektur,

I can’t use v4a since I am using older version of SDK. Tho as you mentioned, you’re also experiencing this occasionally so I don’t think it’s about the version. Thanks for your prompt response! Appreciate it. 

Actually no, it’s exactly with this version. Never met with v4a

We are getting such errors with this plugin occasionally. Not sure why though.

Would you like to try new facebook v4a plugin?

https://docs.coronalabs.com/plugin/facebook-v4a/index.html

This updated version is asynchronous and includes a new facebook.init() API

Thanks Bektur,

I can’t use v4a since I am using older version of SDK. Tho as you mentioned, you’re also experiencing this occasionally so I don’t think it’s about the version. Thanks for your prompt response! Appreciate it. 

Actually no, it’s exactly with this version. Never met with v4a