雅虎集成android中的OAuthCommunicationException异常。

时间:2013-12-23 09:50:16

标签: android yahoo

你好朋友,              成功从雅虎获得消费者密钥和消费者秘密。然后得到了请求令牌和身份验证验证程序,但是geting access token显示404即OAuthCommunicationException异常。

String CALLBACK_URL =“yahooapi:// callback”;

   @Override
  protected Void doInBackground(Void... params) {
  myProvider.retrieveAccessToken(myConsumer, verifier);    ////showing error here
  return null;
     }


    <intent-filter>
     <action android:name="android.intent.action.VIEW" />
     <category android:name="android.intent.category.DEFAULT" />
     <category android:name="android.intent.category.BROWSABLE" />
     <data android:host="callback"
       android:scheme="yahooapi" >
      </data>
    </intent-filter>

0 个答案:

没有答案