fbdialogs - Facebook Invite Friend Dialog app_non_users filter seems to have no effect -


i building facebook application sits in facebook page tab (and has canvas url hook.) trying implement app_non_users filter.

when introduce filter, here see:

  • in both ['all'] , ['app_non_users'] shown (including have authorized app)
  • in ['app_users'] setting, no 1 shown.

i not running on mobile, , passing parameter in expected json form (proved fact facebook doing different things different values.)

i not using other conflicting filters or "to" parameter. when inspect network tab, see following params being passed fb:

message:invite message title:select list of friends filters:['app_non_users'] api_key:xxxxxxx app_id:xxxxxxxx locale:en_us sdk:joey display:async frictionless:false redirect_uri:https://xyz.com __d:1 __user:xxxxxxxx __a:1 __dyn:798ad5z5ccu-webw __req:9 

based on above results, seems me facebook doesn't consider app authorization mean user app_user. so, makes user app_user , how i, app dev, make change?

from question think using filter alone without other filter request dialog box. if correct follow bug here points same issue having.

as alternate, until bug fixed, might suggest use more 1 filter both of them work correctly. tried same rell here.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -