问题标签 [facebook-invite]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
14455 浏览

javascript - Facebook js sdk:“选择朋友”对话框,然后发布到他们的墙上?

需要解决该程序。

现在在我的“iframe 选项卡”中使用新的 javascript sdk。


  1. 选择朋友

  2. 在他们的墙上张贴。


1:未解决

通过新的 api,我找不到弹出“选择朋友”对话框的方法。FB.ui 中唯一提到的是用于“邀请朋友”的“朋友对话框”。

也许我需要一个对话框(哪个)来选择一个朋友而不是发布?理想的多朋友选择器,所以我可以发布给用户可以选择的尽可能多的朋友?

2:解决了

(欢迎任何其他解决方案)

要在朋友墙上发帖,我可以简单地填写“提要对话框”的“to”参数,如下所述:http: //developers.facebook.com/docs/reference/dialogs/feed/


我发现了一些不太优雅的解决方案:

然后要求访问管理用户朋友:

  1. 自己弹出多选吗

    看起来像重做轮子,一些 FBML 页面通过使用朋友选择器的简单提要对话框解决了这个问题,如您在此处看到的:http: //www.facebook.com/chanel

  2. 使用解析朋友列表并为我做对话框的 jquery 插件

    看起来有点矫枉过正/效果不佳


我觉得我错过了一些东西(这是我第二次使用新的 js sdk 工作),这样一个简单的任务应该很容易解决。

0 投票
4 回答
57577 浏览

facebook - 使用 Facebook API 邀请好友?

我想要一个“邀请朋友”链接在我的网站上,你点击它,你会得到一个 Facebook 对话框,要求你选择你想邀请的朋友。然后,这些朋友要么收到申请请求,要么收到 Facebook 电子邮件,要么至少收到一条墙帖,邀请他们加入我的网站。

我对执行此操作的正确方法有点困惑。现在看来唯一不被弃用的方法是通过Requests Dialog。所以我FB.ui像他们给出的例子一样调用 Javascript 方法:

然后,受邀者在登录 Facebook 时会收到申请请求。当他们“接受”该请求时,他们将被定向到我的 Facebook 画布应用程序,在那里我读取从 Facebook 传递的初始请求 ID,因此我知道这是关于什么的,然后我想我可以将用户重定向到我的网站?我不喜欢这样,因为我现在必须学习如何构建画布应用程序,但这是通过 Facebook 功能邀请朋友的正确方法吗?

理想情况下,邀请好友按钮会调出 Facebook 好友选择器(如果用户尚未登录 FB,则登录),然后在这些好友的墙上发帖。发布的那条消息将有一个简单的链接返回到我的网站。这可能吗?

0 投票
1 回答
11133 浏览

ios - 通过 iPhone App 邀请 Facebook 好友

我一直在搜索这个问题,但找不到任何有效的方法。我有一个 iPhone 应用程序,允许用户链接他们的 Facebook 帐户。它看起来像这样:

一旦用户成功链接到 FB,我想向他们展示他们的 FB 好友列表以及邀请选定好友的选项。

FB好友1...........邀请
FB好友2............邀请
......
FB好友1000......邀请

基本上,我想向 FB 朋友发送一条消息,上面写着“查看此应用程序”之类的内容。我很确定这必须转到他们的通知或墙上,并且不能作为 FB 消息发送,但我不知道该怎么做。

另外,我不需要选择一组朋友来邀请——这可以一次完成。所以它看起来像这样:

FB Friend 1............ 邀请
FB Friend 2............ 邀请
......
FB Friend 1000...... 邀请



非常感谢您提供的任何帮助。

0 投票
0 回答
320 浏览

ios - Facebook graph api的邀请好友接受回调(iOS)

我找不到我的问题的任何答案:

在我的 facebook iOS 应用上,如果用户邀请他的朋友(通过这个method: apprequests东西),我是否可以知道是否/有多少朋友对此邀请回答“OK”?

0 投票
0 回答
1303 浏览

facebook - Sending web app invitation to Facebook friends and having the invitation be displayed in the friends' mobile Facebook app

I have a site that allows users to create private content, kind of like a blog post, and then grant access to that content to specific facebook friends. I'm struggling with figuring out how to do invitations to the facebook friends so that the user doesn't have to copy & paste their page URL and manually send it to their friends.

This is the workflow I am trying to implement:

  1. John creates a new blog post on my site by filling out the form and selecting facebook friends who can view it. Susan is one of the selected friends.

  2. John submits the form. My site saves the blog post and generates a unique URL for the new post's page.

  3. John is then presented with Facebook's App Request dialog UI which is populated with the friends he previously selected. John confirms the dialog UI.

  4. Facebook's API takes over from here and sends the App Requests to each friend (including Susan).

  5. Susan launches Facebook from her iPhone (not Facebook.com, but rather the native iPhone facebook app).

  6. Susan sees that she has a new notification in the Facebook app that displays the App Request. She also sees the App Request in her news feed.

  7. Susan clicks the link in the App Request and is taken to the unique URL of the blog post that she was invited to.

Every time John creates a blog post and invites friends, this entire workflow process repeats. So, if John creates 2 blog posts and invites Susan to both of them, then Susan should receive two separate invites each having a unique URL.

I've implemented the App Request UI dialog with this code (from the Facebook JavaScript SDK):

Now, the pieces that I can't figure out how to get working are these:

  1. When I try to use Facebook's App Request UI dialog, the invitation is only visible if the friend (Susan in the above example) goes to Facebook.com. It's not visible when she opens the Facebook iPhone app.

  2. I can't figure out how to send a unique URL with each App Request. It seems like the App Request UI dialog is designed to just send the URL to my registered facebook web app. For example, if my registered web app's URL is www.example.com, then that's what is used in the App Request. Instead, I need to be able to specify that the URL should be www.example.com/someRandomUniqueID

  3. It's critical that Susan's friends don't see the App Request post. It shouldn't show up as a timeline post or anything like that. Only Susan should be able to see her own App Request.

Is what I am trying to do even possible?

0 投票
0 回答
1042 浏览

facebook - 如何使用社交框架邀请 Facebook 中的朋友

我正在使用 Facebook 开发社交媒体应用程序。我的应用程序同时支持 iOS 5 和 iOS 6,我想使用原生 facebook 来邀请朋友。

在 iOS 5 中,它使用图形 api 可以正常工作。在 iOS 6 中苹果添加的新功能我们可以将 Facebook 本地用作 twitter。所以我们不需要从我们的应用程序登录,它将从 iOS 6 中的 iphone 设置屏幕获取凭据。

所以为此我必须使用我们在 twitter 中使用的社交框架。我成功地使用本机对话框进行 Facebook 图像共享和发布,就像在 twitter 中一样。

现在我想使用原生对话框(社交框架)邀请 Facebook 中的朋友。

而且我不知道如何使用社交框架在 iOS6 中邀请朋友。

我搜索了很多但无法找到任何解决方案,即使我不知道这是否可能?

如果有人对此有示例项目或好主意,请通知我。

我希望你能理解我的问题...

如果不是请告诉我..

0 投票
1 回答
393 浏览

facebook - 邀请 facebook 好友加入我们的应用程序

我正在使用facebook php sdk并开发一个应用程序,我想link通过向他们发送消息来邀请一些 facebook 朋友。因此,无论我邀请谁,我都想将这些 Facebook ID 保存到我的数据库中。请提出一些解决方案来向每个人发送消息facebook friend并获取他的facebbokId. 作品更受赞赏。

0 投票
1 回答
7583 浏览

facebook-javascript-sdk - 使用 Javascript 向 Facebook 好友发送邀请

从 2 天开始,我一直在尝试邀请 Facebook 朋友加入我们的应用程序。仍然没有得到解决方案。我已经尝试了以下代码及其向朋友发送的请求,但那些没有收到任何时间线或通知或任何东西。

请帮我摆脱它。作品更受赞赏。

0 投票
2 回答
1334 浏览

ios - IOS fb邀请已发送但未显示在用户墙上

我正在从我的应用程序向 fb 朋友发送请求,但我没有在我发送请求的 fb 用户的墙上收到任何通知?

我正在使用 FB SDK 3.2(我希望它是最新的)

以下是我用来发送请求的代码

请求对话框正确显示,当我单击发送按钮时,邀请已发送但未显示在用户墙上。任何类型的帮助将不胜感激。

问候。

0 投票
2 回答
1896 浏览

ios - Facebook sdk 3.5.1 邀请好友请求在 ios 中进行双重选择

我的fb SDK 3.2没有这个问题,但是在我升级到SDK 3.5.1之后,好友邀请者出现了一些奇怪的问题,当我选择一位朋友时,它选择了选定的一位和它下面的一位。此外,当我尝试向下滚动时,它会重新启动表格并将我带回桌面。这是我的方法: