简体   繁体   English

android facebook SDK什么社交对话框可用于android

[英]android facebook SDK what Social Dialogs are available for android

i'm trying to use the Facebook SDK and Facebook Object in order to use facebook's dialogs in my android application. 我试图使用Facebook SDK和Facebook对象,以便在我的android应用程序中使用facebook的对话框。

for now i've found out that the "feed" dialog is working in this display type, but "send" and "friends" doesn't.. 现在,我发现“供稿”对话框正在以这种显示类型工作,但是“发送”和“朋友”却没有。

can some one please provide some kind of list of the Facebook Dialogs which are available for android platform ? 有人可以提供可用于Android平台的Facebook对话框列表吗?

Check out the official documentation here . 在此处查看官方文档。

The dialog has three parameters, the action param decides the type of the dialog. 对话框具有三个参数,操作参数决定对话框的类型。

Quote: 引用:

action - The type of dialog to call. 操作-要调用的对话框的类型。 Currently supported methods are feed, apprequests and oauth. 当前支持的方法是feed,apprequests和oauth。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM