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()")
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”
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”