If the user has the Facebook (Not paper app) app installed, the social plugin won’t display the message, it will pop up in blank and will only show the URL if you have one, please help me resolve this. Twitter is working fine by the way.
local function fbMessage(e)
if e.phase == “began” then
native.showPopup(“social”, fbOptions)
end
end
fbOptions = {
service = “facebook”,
message = “Break the ice!!!”,
url = "https://itunes.apple.com/us/app/icecape/id967342487?mt=8",
}