[RESOLVED] Social Plugin broken

Facebook posting has been working fine all day until about an hour ago. Suddenly stopped working.

No change to the code at my end. The Twitter posting works fine. The Facebook posting hangs the app. Build is 2317. iPod 4th generation running iOS 6.1.6.

Anyone else?

Code:

local options = { service = "facebook", message = "hello", } print("Calling native.showPopup()") native.showPopup("social", options) print("Called native.showPopup()")

I see both print statements in the Xcode console.

build.settings portion:

plugins = { ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["plugin.adbuddiz"] = { publisherId = "com.adbuddiz" }, },

Just added:

local isFacebookAvailable = native.canShowPopup( "social", "facebook" ) local isTwitterAvailable = native.canShowPopup( "social", "twitter" ) print(isFacebookAvailable, isTwitterAvailable)

I see true true in the Xcode log.

I urge anyone who is using The Social Plugin to check Facebook posting!

Thanks,

Martin.

Works fine for me on iOS 6.1.6 (iPod Touch 4th gen) and iOS 7.1.2 (iPad mini)

App compiled with Corona SDK 2014.2376.

Works fine for me now. At the time I posted it didn’t sadly.

Thanks for replying Ingemar.

Best,

Martin.

Just added:

local isFacebookAvailable = native.canShowPopup( "social", "facebook" ) local isTwitterAvailable = native.canShowPopup( "social", "twitter" ) print(isFacebookAvailable, isTwitterAvailable)

I see true true in the Xcode log.

I urge anyone who is using The Social Plugin to check Facebook posting!

Thanks,

Martin.

Works fine for me on iOS 6.1.6 (iPod Touch 4th gen) and iOS 7.1.2 (iPad mini)

App compiled with Corona SDK 2014.2376.

Works fine for me now. At the time I posted it didn’t sadly.

Thanks for replying Ingemar.

Best,

Martin.

Ok, my social plugin is shooting an error that it cannot connect to facebook now. It worked a month ago when I first implemented it. I’m using latest build 2512, iOS 8.1.1 os and I have facebook installed and setup. Any ideas why it decided to quit working?

Does this have something to do with facebook privacy settings change? The error says “cannot post to Facebook” “post could not be sent because connection to Facebook failed”

Never mind. Apparently the URL I was sharing (link to Facebook app page) was not live and was causing the error.

Ok, my social plugin is shooting an error that it cannot connect to facebook now. It worked a month ago when I first implemented it. I’m using latest build 2512, iOS 8.1.1 os and I have facebook installed and setup. Any ideas why it decided to quit working?

Does this have something to do with facebook privacy settings change? The error says “cannot post to Facebook” “post could not be sent because connection to Facebook failed”

Never mind. Apparently the URL I was sharing (link to Facebook app page) was not live and was causing the error.