iOs - 不使用 UIWebView 发送状态
在iOS SDK中,有没有一种方法可以在不打开UIWebView的情况下发送状态? 也许是带有帖子正文的网址, 我真的需要一种无需 uiwebview 表单即可发送的方法。
谢谢
In SDK for iOS, there is a way to send a status without open UIWebView?
Maybe a url with post body,
I really need a way to send without uiwebview form.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想在 Facebook 上这样做:
If you're looking for doing it regarding Facebook:
您自己说过 - 只需使用 NSURLConnection POST 表单将数据发送到服务器上的脚本,即
You said it yourself- just use an NSURLConnection POST form to send data to a script on your server, i.e.