1 Android之NetworkOnMainThreadException异常
http://blog.csdn.net/mad1989/article/details/25964495
,从Honeycomb SDK(3.0)开始,google不再允许网络请求(HTTP、Socket)等相关操作直接在Main Thread类中
如果这一步没有改 会 在 oauth.java 的
public Boolean requestAccessToken 方法的
activity.startActivity(new Intent(Intent.ACTION_VIEW, Uri
.parse(authUrl)));
出错
2 OAuthCommunicationException
appkey 和appsecret 错误
要用自己新申请的,如果用别人的 会 出错
无法跳转到 授权页面