Freelancer: RashmiPankaj
Chia sẻ:
Báo cáo bài thi

This sample code uses oAuth 2.0 and Google API V3

Code Snippet : private static string scopes = "https://www.google.com/m8/feeds/"; OAuth2Parameters parameters = new OAuth2Parameters() { ClientId = clientId, ClientSecret = clientSecret, RedirectUri = redirectUri, Scope = scopes, }; /****************************/ parameters.AccessCode = Convert.ToString(Request.QueryString["code"]); OAuthUtil.GetAccessToken(parameters); RequestSettings settings = new RequestSettings(applicationName, parameters); ContactsRequest cr = new ContactsRequest(settings); /********* I'm not sure how to post full code over here ****************/

Bài tham dự cuộc thi #2 cho                                                 Working Sample for ASP.NET Page using Google Contacts API V3
Bài tham dự #2

Bảng thông báo công khai

Chưa có tin nhắn nào.