简体   繁体   中英

android app cannot connect to twitter

My android application uses jtwitter and doesn't see api.twitter.com host

    Twitter twitter = new Twitter("user", "pass");
    System.out.println(twitter.getStatus("somebody"));
    twitter.setStatus("my stat");

But java desktop application works pretty good. What is the problem can be with android? I added even uses-permission INTERNET

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM