Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Java 桌面应用程序并且需要访问 LinkedIn API。为此,用户必须登录 LinkedIn 发回给我的网页。但是我怎样才能轻松地将它集成到我的应用程序中呢?
JEditorPane 并不是用来显示 html 页面的,而且它看起来一点也不好看,所以这不是一个选项。
提前致谢!
你见过抄写员吗?它有开箱即用的 LinkedIn 支持,看起来你可以使用它......
https://github.com/fernandezpablo85/scribe-java/blob/master/src/test/java/org/scribe/examples/LinkedInExample.java