freshplanet / ANE-Facebook

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

Dialog apprequest Parameter filters problem #148

Closed takazamy closed 9 years ago

takazamy commented 10 years ago

My app is in as3 var params:Object = new Object(); params.title = "APP REQUEST"; params.filters = ["app_non_users"]; params.data = "Invite Friend Facebook by phone";
facebook.dialog("apprequests", params,callBackFaceBookSendDialogRequest,false);

but when the dialog show, my list friend still get friends had played my app. Are there any wrong in my filters code? Pls help me.