freshplanet / ANE-Facebook

Air Native Extension (iOS and Android) for the Facebook mobile SDK
Apache License 2.0
221 stars 123 forks source link

HOW TO INVITE FRIENDS TO MY APP?? #207

Closed deccosantos closed 7 years ago

deccosantos commented 9 years ago

Hi, i´m using this ane and it's working greatly. But i have a doubt, how can i use this ane to invite my facebook friends to play my game?

I tried this code:

Facebook.getInstance().init("myfacebookappid", true ); var params:Object = new Object(); params.title = "APP REQUEST"; params.filters = ["app_non_users"]; params.data = "Invite Friend Facebook by phone";

Facebook.getInstance().dialog("apprequests", params, connectedTXT, false);

But a window opens and closes and no friends are displayed.

How can i invite my friends ?? Since now thanks and hope you all help me