Hey,
I’ve had the showDialog feature working in my apps for a while on both Android and IOS. But all of a sudden last week, I noticed facebook giving an error. I’m using build 2013.1217.
I’m using the facebook class:
cFacebook = require "facebook"
After connecting, I call the following:
cFacebook.showDialog(“feed”, {
app_id = “555555555555555”,
caption = “Download for Free”,
description = “asdf”,
link = “https://www.google.com/”,
} )
It gives me a
"An error occured. Please try again later.
API Error Code: 1
…etc"
Has anyone else gotten this?