我需要允许应用程序用户通过我的应用程序在他们的 Facebook 上发布一些内容作为他们的状态...我需要什么?脸书连接?
我以前从未做过任何 Facebook 开发的事情,看起来你可以做很多事情。我不想淹没在信息中,所以我来这里是希望准确地找出我需要做什么才能完成我想要完成的事情。
我在 UIWebView
中有一个 html 页面,它可以很好地显示页面内容。页面上有一句引言,我需要能够允许用户在他们的 Facebook 页面上分享该引言作为他们的状态。所以我想有一个“喜欢”按钮,然后允许他们登录并发布(为他们提供报价的内容)。
在 Twitter 上,我想你可以做这样的事情:
<a href="http://twitter.com/home?status=The quote you want to post">
我需要做什么才能得到 Facebook 想要的结果?
I haven't ever done anything with Facebook development before, and it seems like you can do quite a bit of stuff. I'd prefer to not drown in information, so I am coming here to hopefully find out exactly what I need to do to get what I want to get done.
I have an html page in a UIWebView
that displays the content of a page just great. On the page, there is a quote, and I need to be able to allow users to share that quote on their Facebook page as their status. So I guess have a "like" button that would then allow them to sign in and post (providing the content of the quote for them).
On Twitter, you can do something like this I think:
<a href="http://twitter.com/home?status=The quote you want to post">
What do I need to do to get the desired result for Facebook?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 这 就是你所需要的
哦,顺便说一句,现在有一个“更好”在 Twitter 上发帖的方法,请检查 Web Intents
I think this is all you need
Oh, and btw, now there is a "better" way to post on Twitter, check the Web Intents