Facebook SDK 3.22 (android) - 不使用 messager 发送消息
Facebook SDK 3.22 (android) - Send message without using messager
我想让我的应用程序向用户的朋友发送私人消息。所以我已经阅读了官方的 facebook 教程,但我只找到了在 messeger 的帮助下发送的示例。所以我问自己:"And if the user hasn't got Messager installed? There is no way for him?"。也许我应该将 Intent 与 SEND_ACTION 一起使用(我在某处看到了这个结构)。
所以问题是:"Is there a way of sending messages without the help of the Messager?" 如果有的话,请 post 这个例子或者 link。
提前致谢
向其他用户发送消息的唯一方法是 Send Dialog and the Message Dialog。
如果没有安装 Messenger 就无法使用,则别无他法。
我想让我的应用程序向用户的朋友发送私人消息。所以我已经阅读了官方的 facebook 教程,但我只找到了在 messeger 的帮助下发送的示例。所以我问自己:"And if the user hasn't got Messager installed? There is no way for him?"。也许我应该将 Intent 与 SEND_ACTION 一起使用(我在某处看到了这个结构)。
所以问题是:"Is there a way of sending messages without the help of the Messager?" 如果有的话,请 post 这个例子或者 link。
提前致谢
向其他用户发送消息的唯一方法是 Send Dialog and the Message Dialog。
如果没有安装 Messenger 就无法使用,则别无他法。