When I am trying the following table for the scoial plugin Facebook doesnt show up in the pop up options. I am using build 2015.2625
local options = { service = "facebook", message = "Check out this photo!", listener = eventListener, image = { { filename = "pic.jpg", baseDir = system.DocumentsDirectory } }, url = "http://coronalabs.com" } native.showPopup( "social", options )
while an empty table shows facebook and allows to add files and message for facebook.
local options = { } native.showPopup( "social", options )