从 webos 在 facebook 用户墙上发布图像
在我的应用程序中,我从照片中选择一张图像,然后按提交按钮所选图像应在 Facebook 用户墙上发布并带有一些消息。任何想法
提前致谢
阿斯旺
in my application i select one image from photos and then press submit button selected image should publish in facebook user wall with some message.any idea
Thanks in advance
Aswan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Aswan,有一个简单的方法可以利用 Palm 的 facebook 应用程序来做到这一点。本质上,您的应用程序将向 Facebook 应用程序发出服务请求,然后该应用程序会弹出并要求用户确认状态更新或照片发布。更多信息请此处。
如果您不使用此解决方案,则需要编写自己的 AJAX 请求以通过 Facebook 进行身份验证并进行所需的任何更新。
您对哪种解决方案感兴趣?您还使用 Ares IDE 还是 Eclipse?
Aswan, there is a simple way to do this by leveraging Palm's facebook application. Essentially your app would be making a service request to the facebook app which would then pop-up and ask the user to confirm a status update or photo post. More info here.
If you don't use this solution, you will need to craft your own AJAX requests to authenticate with Facebook and make whatever updates you desire.
Which solution are you interested in? Also are you using the Ares IDE or Eclipse?