Hi there,
I am trying to implant the function for sharing the photos to facebook, using the Corona Demo for facebook.
the code is :
…
local photoData = { photos = { { url = "https://coronalabs.com/wp-content/uploads/2014/11/Corona-Icon.png", }, { url = "https://www.coronalabs.com/links/demo/Corona90x90.png", }, }, } facebook.showDialog( "photo",photoData)
…
and it is post successfully.
My question is :
Is it possible to share the photo in the local path such as “system.DocumentsDirectory”?
and how is the param for the table?
thanks
Vincent