I've successfully added the facebook plugin and it works well. However I have a small problem, if the user is not already connected, the facebook login form is displayed. The problem in this case is that there is no cancel button. So if the user doenst' want to connect he could do nothing but close the application. Is there something I can add in the parameters of the dialog to add a cancel/ or close button ?
Here is my code:
local params = {
name = titleText,
caption = captionText,
description =desriptionText,
link = linkUrl,
picture =pictureUrl;
}
facebook:dialog("feed", params)
Comments
https://www.facebook.com/lesptitboutchoux