我的手机(htc g8 wildfire os2.1)不支持LinkedIn

时间:2010-11-23 06:40:55

标签: android linkedin

11-17 15:04:15.477:ERROR / AndroidRuntime(3411): 未捕获的处理程序:由于未捕获的异常导致主线程退出 11-17 15:04:15.507:ERROR / AndroidRuntime(3411): com.google.code.linkedinapi.client.oauth.LinkedInOAuthServiceException: oauth.signpost.exception.OAuthCommunicationException:与服务提供商的通信失败: htts:///api.linkedin.com/uas/oauth/requestToken 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at com.google.code.linkedinapi.client.oauth.LinkedInOAuthServiceImpl.getOAuthRequestToken(LinkedInOAuthServiceImpl.java:146) 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at com.ceosoft.alumlife.util.LinkedInAuthenticateHelper.getRequestToken(LinkedInAuthenticateHelper.java:66) 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at com.ceosoft.alumlife.util.LinkedInAuthenticateHelper.authenticateApp(LinkedInAuthenticateHelper.java:53) 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at ..... .... 11-17 15:04:15.507:ERROR / AndroidRuntime(3411): 引起:oauth.signpost.exception.OAuthCommunicationException:与服务提供商的通信失败:htts:///api.linkedin.com / UAS / OAuth的/ requestToken 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:214) 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at oauth.signpost.AbstractOAuthProvider.retrieveRequestToken(AbstractOAuthProvider.java:69) 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at com.google.code.linkedinapi.client.oauth.LinkedInOAuthServiceImpl.getOAuthRequestToken(LinkedInOAuthServiceImpl.java:138) 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):......还有25个 11-17 15:04:15.507:ERROR / AndroidRuntime(3411): 引起:java.io.FileNotFoundException:https:/.// api.linkedin.com/uas/oauth/requestToken 11-17 15:04:15.507:ERROR / AndroidRuntime(3411):at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection。 .... ....

我的代码如下: 私人LinkedInRequestToken getRequestToken(){

Log.d(TAG,“API_KEY =”+ OAUTH_CONSUMER_KEY);    Log.d(TAG,“SECRET_KEY =”+ OAUTH_CONSUMER_SECRET);

mOauthService = LinkedInOAuthServiceFactory.getInstance()。createLinkedInOAuthService(OAUTH_CONSUMER_KEY,OAUTH_CONSUMER_SECRET);    Log.d(TAG,“mOauthService = LinkedInOAuthServiceFactory.getInstance()”);    requestToken = mOauthService.getOAuthRequestToken(CALLBACK_URL); //此行发生错误    Log.d(TAG,“LinkedInRequestToken requestToken = mOauthService”);    return requestToken;

}


我没有权力在这里放置多个超链接。 所以我很抱歉!

注意:“htts”表示https
        “///”是“//”

3 个答案:

答案 0 :(得分:0)

@samuel。不确定我是否理解你的意思注意:“htts”表示https,但我只看了一下linkedin API,它说https://api.linkedin.com/uas/oauth/requestToken

答案 1 :(得分:0)

我的时间提前了8分钟并解决了它让它回到实时

Ashok的回答 Android LinkedIn Integration Error on Device And Emulator

“如果出现任何问题,时间,日期和时区应该是正确的,甚至1分钟的差异也会给出此异常”。

答案 2 :(得分:-2)

答案是:

我手机的时间设置有问题。不是我的申请。如果您想使用LinkedIn,需要正确的时间设置。