关于发布到用户的 Facebook feed 的问题
目前,我正在构建一个小型应用程序,允许用户登录其 Facebook 帐户并在应用程序内更新其状态。
然而,Facebook API 似乎没有很好的记录,我无法找到与我正在构建的特定项目相关的信息源。
有谁知道有哪些文章可能对我有用?
谢谢。
Currently I am building a small application that allows a user to sign in to their Facebook account and update their status from within the application.
However, the Facebook API does not seem well documented and I am having trouble locating sources of information that are relevant to the specific project that I am building.
Does anyone know of any articles that might be of use to me?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文档就在那里,分散在各处并且很难找到,但就在那里。如果您想在某人的墙上发帖,这两个链接可能会有所帮助。 FB.ui 是一种多用途调用,它将呈现不同的对话框,提示用户采取操作。实施起来比发现容易得多。
http://developers.facebook.com/docs/reference/javascript/
http://developers.facebook.com/docs/reference/javascript/fb.ui/
The documentation is there, scattered around and difficult to find, but there. These two links may help if you are looking to post to someone's wall. FB.ui is sort of a multi-purpose call that will present different dialogs, prompting the user for action. It's far easier to implement than it is find.
http://developers.facebook.com/docs/reference/javascript/
http://developers.facebook.com/docs/reference/javascript/fb.ui/