function listener:popup( event )
– my listener
end
native.showPopup( “social”,
{
service = ‘facebook’,
listener = listener,
image = { filename=“temp_img.jpg”, baseDir=system.TemporaryDirectory},
}
)
I have problem when trying to share an image on facebook from android. (IOS is working fine)
The problem is when the sharing popup shows up it doesn’t have the image that i want to share attached.
Corona version: v2015.2646 ( I have tried with other versions)
Thanks in advance