문제

I use tutorial from http://www.londatiga.net/it/how-to-post-twitter-status-from-android/comment-page-2/#comment-10881.

I change:

mHttpOauthprovider = new DefaultOAuthProvider(
      "https://api.twitter.com/oauth/request_token",          
      "https://api.twitter.com/oauth/authorize",          
      "https://api.twitter.com/oauth/access_token");

and CALLBACK_URL but I am getting blank page in autorization:

http://imageshack.us/f/834/device20111201110552.png/

도움이 되었습니까?

해결책

Check the comments of the tut, there is a fix for the blank authorization page. 4th comment above yours. Give that fix a shot.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top