2013年3月23日
摘要: 首先,页面中放一个WebBrowser控件,页面加载完毕后进入OAuth授权页面void AuthorWindow_Loaded(object sender, RoutedEventArgs e) { Uri uri = new Uri("https://api.weibo.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&response_type=code&redirect_uri=https://api.weibo.com/oauth2/default.html //这里redirect_uri以ht... 阅读全文
posted @ 2013-03-23 22:37 钊哥 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: 本文纯属本人粗心所致人人SDK For Window PHone调用一键上传照片,按照官方提供的文档 private void btn_share_renren_Click(object sender, EventArgs e) { api = new RenrenAPI(AppID, AppKey, AppSecret); if (api.IsAccessTokenValid() == false) { api.Login(this, renren_LoginCo... 阅读全文
posted @ 2013-03-23 21:48 钊哥 阅读(585) 评论(4) 推荐(0) 编辑