Facebook应用请求对话框不发送请求 [英] Facebook app request dialog not sending request

查看:144
本文介绍了Facebook应用请求对话框不发送请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个使用Facebook进行登录的网站。我们有一个邀请页面,显示用户的Facebook朋友,然后通过Facebook邀请他们:

We have a website that uses Facebook for login. We have an invite page that displays the user's facebook friends and lets then invite them through facebook:

$('.invite_container a').live('click', function() {
    var link = $(this);
    FB.ui({method: 'apprequests',
        message: "Join me on Tailored",
        to: link.attr("user_id")
    }, function(data) {
        console.log(data);
    });
});

我从Facebook收到了相应的回复,其中包括请求ID和用户的ID被邀请。没有人收到邀请,当我在FB图中查看请求ID时,我会返回'​​false'。

I get the appropriate response back from Facebook, which includes the request ID and the ID's of the users who were invited. No one ever receives the invites, and when I check the request ID in the FB graph, I get returned 'false'.

任何想法?

推荐答案

关于从哪里开始寻找的几个sugegstions:

A couple of sugegstions as to where to start looking:


  • 确保您的应用不在沙箱模式。

  • 确保用户不是正在发送邀请的测试用户。

  • 请求仅适用于桌面画布应用程序而不是网站。 >
  • Ensure your app is not in sandbox mode.
  • Ensure the user is not a test user that is sending invites.
  • Requests are only available for Desktop Canvas apps and not websites.

这篇关于Facebook应用请求对话框不发送请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆