FaceBook 发布用户操作 FaceBook 开发人员工具包 2.0?
我对此很迷失。 我正在尝试使用publishUserAction 功能,但不知道在FB 上发布故事的正确方法是什么。 我收到一条错误消息,无法使用 Connect 自动发布俏皮话。 好的,那么我需要做什么呢? 我需要使用 Feed 表格吗? 非常感谢对此的任何帮助。 我一直在使用 Facebook 开发者工具包。 我可以很好地连接到 FB,并在那里完成所有设置。 只是想看看是否有其他人使用 FBDTK 2.0 成功地做到了这一点。 谢谢。
I am so lost on this. I am trying to use the publishUserAction feature and have no idea what the correct way is to publish stories on FB. I get an error that I cannot automatically publish one-liners using Connect. OK, so what do I need to do then? Do I need to use the Feed Forms? Any help on this is greatly appreciated. I have been using the FaceBook Developer Toolkit. I can connect to FB just fine and got everything setup there. Just wanted to see if anyone else has been doing this successfully or not with the FBDTK 2.0. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 facebook 对其 API 进行了更改,FBDTK 2.0 已经过时了。 我不再在 ASP.NET 应用程序中使用它,而是采用纯 JavaScript 和手动 XFBML 方法,该方法与 facebook connect 和 ASP.NET MVC 配合得很好。
目前您无法使用 connect 发布单行故事。 您需要弹出一个提要对话框以允许执行此操作(不过它并不太具有侵入性 - 它工作得很好)。 该视频很好地解释了这一点:
http://www.facebook.com/video/ video.php?v=636853997423
你可能想看看这里的其他视频 - 非常有用:
http://wiki.developers.facebook.com/index.php/Facebook_Connect_Video_Tutorials
基本上,要通过 facebook connect 发布提要故事,您需要执行以下操作:
详细信息如下:
http://wiki.developers.facebook.com/index.php/Publishing_Feed_Stories_to_Facebook
The FBDTK 2.0 is quite out of date already due to the the changes facebook have made to their apis. I've moved away from using it in my ASP.NET applications and gone with a pure javascript and manual XFBML approach which works very well with facebook connect and ASP.NET MVC.
You can't publish one line stories using connect at the moment. You need to pop up a feed dialog to allow this (it's not too intrusive though - it works quite well). This video explains it nicely:
http://www.facebook.com/video/video.php?v=636853997423
and you might want to look at the other videos here - very useful:
http://wiki.developers.facebook.com/index.php/Facebook_Connect_Video_Tutorials
basically though, to publish a feed story via facebook connect you need to do something like this:
as detailed here:
http://wiki.developers.facebook.com/index.php/Publishing_Feed_Stories_to_Facebook