Facebook web application extended permissions second step dont show

前端 未结 3 1116
栀梦
栀梦 2021-01-11 16:01

Update2 This post is getting old but still relevant.. Below is whe way I solved it. I marked the other guys answer because I think it answers the question b

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-11 16:20

    First of all, offline_access does not exist any more, so it from the permissions you are asking for.

    "[app] which need pretty much all available user permissions from facebook"

    Facebook actively discourages asking for heaps of permissions straight from the beginning "just in case" because they might be needed later. One should only ask for an extended permission when it is actually needed for an action the user just triggered for the first time.

    Also, you are supposed to ask for "read" and "write" permissions separately.

    I don't know if these aspects are actually triggering your error - but I know that Facebook has already been sending out developer alerts for the read/write thing; although an FB employee confirmed that those alerts can be ignored for now, they might start enforcing this at some point in the future.

提交回复
热议问题