问题标签 [spring-social-linkedin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 无法使用 Spring 社交获取linkedin 个人资料摘要
我正在尝试使用 SpringSocialLinkedin 1.0.0.RC3 访问一些基本的配置文件数据。这是我如何进行的:
让我们想象一下填充了所有这些字段的随机连接。我将得到的是他的行业和他的头条新闻。但是,代替他的摘要,我将得到一个空值。因此,我想知道:这是由于模块版本导致的已知错误,还是其他地方有问题?
编辑:感谢一位好人,我设法使 1.0.0.3 运行良好。但是,我仍然无法获得连接摘要。
EDIT BIS:我只能得到我自己的总结。我的联系人摘要从我的应用程序中隐藏。
spring - 更新我的 SpringSocialLinkedIn 版本会阻止它工作,为什么?
我已经使用 Spring social Linkedin 1.0.0.RC1 几次了,我设法拥有一个工作应用程序。但是,由于我更改了 中的模块版本pom.xml
,它不再起作用。我有一个表单使用户能够使用该应用程序:
编辑:表格更新
当我提交表格时,这是我得到的:
我尝试将这些行添加到我的pom.xml
:
但麻烦依然存在。
你们看到这个问题的任何原因吗?
linkedin - 有什么办法可以得到 companyId!=6464(sample id) 的人吗?
有没有办法在linkedin people-search api中获取 companyId!=6464(sample id) 的人?
spring - 从 Spring Social LinkedIn API 获取课程
人们经常在linkedIn上列出他们从大学学习的课程。
有谁知道是否可以使用 Spring Social 获取这些课程?
我在用着:
我找到的最接近的是教育对象,但它似乎不包含课程。
spring-social - 为不同的提供者混合 Spring Social 版本
在同一个程序中,我使用的是 Spring-social facebook 和 Spring Social linkedIn。但是,我不能让它们都在同一个发布环境中工作:
Facebook 适用于以下版本:
我设法使链接正常工作并且不在链接的站点连接页面上返回显示“发生意外错误”的唯一方法是:
你们中有人知道可以同时与两者一起使用的春季社交版本吗?提前致谢,
spring-social - Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/apache/http/client/protocol/HttpClientContext
I am struggling with a NoClassDefFound exception in access to spring-social linked in and facebook. What is strange is I have a project which works using the same code for connexion and one which does nt. I have gone thru the differences between the 2 of them and doesnt see any which makes sense to me.
Here is the full trace I get. Any hint or search direction is welcome.
spring-social - 在 Spring Social 上按名称搜索 LinkedIn 个人资料
是否可以使用 Spring Social 在您的网络中按名称搜索 LinkedIn 个人资料?
我已经看到 profileOperations 上定义的搜索选项,但在 connectionOperations 上没有类似的可用选项。我正在考虑检索所有连接 ID 并将其用作配置文件搜索的过滤器。
但是我找不到任何关于如何使用搜索功能的文档,因为 connectionOperations 只检索完整的配置文件,无论如何这是一个非常昂贵的操作。
有什么建议么?
spring-social-linkedin - Spring Social Linkedin - 登录
我是 Spring social 的新手,并试图为linkedin 配置 spring 社交登录。
下面是我的spring配置文件,
我的 SocialSignInAdapter.java 是,
公共类 SocialSignInAdapter 实现 SignInAdapter{
在 Login.jsp 中,
当我点击上面的linkedin链接时,我得到404错误。
我猜我的应用无法找到请求的 ProviderSignInController,://dom:8080/myApp/signin/linkedin。
我怀疑spring xml中的以下配置。
我的所有控制器都在包 com.tc.web 中。但是 ProviderSignInController 在 Spring 包中,我的应用程序无法找到它。
我也尝试了以下方法。
使用上述配置,我得到了 ProviderSignInController 的模棱两可的映射错误。所以,我删除了
从我的春天 xml。但我仍然收到 404 错误。
任何人都可以帮我解决这个问题............
谢谢, Baskar.S
java - 使用 Spring RestTemplate 和 XML 正文作为字符串的 POST 请求
我需要打个休息电话以在 Linkedin 中分享帖子,为此我正在使用Spring Social Linkedin模块。不幸的是我不能简单地使用
org.springframework.social.linkedin.api.NetworkUpdateOperations.share(NewShare share)
方法,我正在开发一个向用户提供原始休息模板的项目,用户可以使用它对任何 url 进行任何休息调用。我仅将 Spring Social 的 Linkedin 模块用于身份验证部分(它应该可以正常工作)。
因此,我向用户提供了 Linkedin Spring Social Linkedin 模块背后的其余模板。他们应该能够在运行时使用给定的 url 和数据将共享发布到 Linkedin。请求正文应包含以下内容(取自此处):
为了分享,我使用该 xml 创建一个字符串并使用命令postForObject
。像这样:
但是此调用失败并返回400 Bad Request。似乎休息模板处理这个 xml 字符串而不是作为对象,因此它没有被序列化并正确放入请求正文。
Spring Social Linkedin 做同样的事情,但只有一点不同:它有一个可序列化的类,称为NewShare
它具有与该 xml 相同的结构。但是,当 NewShare 的实例作为请求主体提供时,它是成功的。像这样:
此调用成功。
但我无法将我的 String 反序列化为 NewShare,因为我提供了一个 API,所以我假设我完全没有关于请求正文的信息。
那么我怎样才能让spring正确处理字符串xml主体并进行正确的服务调用呢?
linkedin - Linkedin-j - update.getUpdateContent().getPerson().getCurrentStatus() 在使用 Linkedin-j 时总是返回 NULL
我正在尝试获取 Linkedin 用户网络更新。
我的代码是-
但在这儿-
update.getUpdateContent().getPerson().getCurrentStatus()
总是返回 NULL。
任何建议-我需要做什么。?