Hello
I encountered a problem that i wish once and for all to get it done right with your help if able:
I try inviting friends to play my game using the facebook.showdialog(“apprequests”, {message=“download and play this game NOW!!!”}). for some reason after i see the dialog and choose friends from the list nothing happens. my brother who is roled as a tester in facebook for the app never gets the invitation.
I checked countless of references and forums to see a few who encountered a similar problem (and a few that solved this by updating to a newer daily build which incuded the fix for that, however that was in 2013)
see reference :
I saw others that talked about doing the same and having the same problem, which they solved by adding support for facebook canvas on their facebook app setting (though the app is not a facebook app), from what i understood, facebook need know where to lead the “friend” to (link) so they are lloking for a canvas version of the app.
Can that be solved by adding different options to ‘attachment’ like this:
local attachment = {
message=“download app or else…”
link=“http//:myWebPage.com”
picture=“http//:myWebPage.com/myGame.png”
}
or something like this? do I have to add support for canvas version though i dont have one?
And above all : why no invitation is being sent? why there is no response after I choose ‘send’ on the dialog?
Thanks ahead for any advice or help (my code is very simple and includes facebook login, facebookListener, and a button that activates the ‘showdialog’).