Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一种方法可以更改在 Authenticated Referral auth 上单击“取消”的操作。auth 的 url 显示了 redirectUri 参数,但似乎无法更改它。使用经过身份验证的推荐会很好,但仍允许用户试驾该应用程序。
不,我认为没有——这是核心 FB 功能。
恕我直言,您唯一的选择是不使用经过身份验证的推荐,并在用户到达您的画布/页面选项卡时提示用户权限,使用 FB.login 那里 - 如果他们中止,您可以做出相应的反应。