Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Facebook plugin — Gideros Forum

Facebook plugin

anneMurielleanneMurielle Member
edited June 2014 in General questions
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

Sign In or Register to comment.