【发布时间】:2015-06-03 12:00:45
【问题描述】:
我现在正在尝试将 Linkedin 集成到我的项目中,现在我使用此链接进行集成 https://github.com/srivastavavivek1987/LinkedIn-Connection-in-Android 但它会在 logcat 中抛出这样的错误
06-03 17:02:35.811:E/AndroidRuntime(29795):致命异常:main
06-03 17:02:35.811: E/AndroidRuntime(29795): 进程: com.example.linkedin, PID: 29795
06-03 17:02:35.811: E/AndroidRuntime(29795):com.google.code.linkedinapi.client.oauth.LinkedInOAuthServiceException: oauth.signpost.exception.OAuthCommunicationException: 与服务提供商的通信失败:https://api.linkedin.com/uas/oauth/requestToken?scope=w_share+r_basicprofile
我搜索了许多回复并尝试了它们但无法获得满意的结果有人可以帮我解决这个问题吗 或者有人可以给我Linkedin与android集成的运行代码
【问题讨论】:
标签: android social-networking linkedin-api