问题
I am creating a twitter sharing by using sugree's twitter-android-sdk. So when the activity starts i am calling..
Twitter tweet = new Twitter(R.drawable.icon);
tweet.authorize(this, null, "XXXXXXXXXXXXXX", "XXXXXXXXXXXXXX", new TwitRequestListener());
I was working fine befor. But suddenly i started getting this error:
04-25 12:03:28.346: DEBUG/twitter(458): Login failed: com.sugree.twitter.DialogError: Communication
with the service provider failed: api.twitter.com
Thanks in advance,
Aby
回答1:
Problem was with the twitter server. It started working from next day.
来源:https://stackoverflow.com/questions/5782103/twitter-error-communication-with-the-service-provider-failed-api-twitter-com