Curl 或 HTTPRequest
是否可以使用 Javacurl 库而不是 HTTP 类在 JAVA 中使用 facebook API?对这个问题有点困惑,这个问题的答案将有助于澄清某些困惑。
提前致谢
Is it possible to use the facebook API in JAVA using a Java curl library instead of the HTTP classes? A bit confused on the subject, the answer to this will help clarify certain confusions.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。我将使用开源 Facebook Java SDK 作为示例来说明如何执行此操作。 http://code.google.com/p/facebook-java-sdk/
但您可能会节省大量时间,只需使用 SDK 而不是构建自己的 ;)
Yes it is possible. I would use the open source Facebook Java SDK as an example of how to do it. http://code.google.com/p/facebook-java-sdk/
But you might save yourself a lot of time and just use the SDK instead of building your own ;)