As an additional input my query string parameters are:
 oauthParameters.Add("openid.ns", "http://specs.openid.net/auth/2.0";);
                oauthParameters.Add("openid.claimed_id", "http://
specs.openid.net/auth/2.0/identifier_select");
                oauthParameters.Add("openid.identity", "http://
specs.openid.net/auth/2.0/identifier_select");
                oauthParameters.Add("openid.return_to", CallbackUrl);
                oauthParameters.Add("openid.realm", Domain);
                oauthParameters.Add("openid.mode", "checkid_setup");
                oauthParameters.Add("openid.ns.pape", "http://
specs.openid.net/extensions/pape/1.0");
                oauthParameters.Add("openid.ns.max_auth_age", "0");
                oauthParameters.Add("openid.ns.ax", "http://openid.net/
srv/ax/1.0");
                oauthParameters.Add("openid.ax.mode",
"fetch_request");
                oauthParameters.Add("openid.ax.type.country", "http://
axschema.org/contact/country/home");
                oauthParameters.Add("openid.ax.type.email", "http://
axschema.org/contact/email");
                oauthParameters.Add("openid.ax.type.firstname",
"http://axschema.org/namePerson/first";);
                oauthParameters.Add("openid.ax.type.language", "http://
axschema.org/pref/language");
                oauthParameters.Add("openid.ax.type.lastname", "http://
axschema.org/namePerson/last");
                oauthParameters.Add("openid.ax.required",
"country,email,firstname,language,lastname");
                //ADDING OAUTH PROTOCOLS
                oauthParameters.Add("openid.ns.ext2", "http://
specs.openid.net/extensions/oauth/1.0");
                oauthParameters.Add("openid.ext2.consumer",
Consumerkey);

If I add  response_type as well,
tried with response_type = code, token and code_and_token, user
returns properly with all query string except
openid.ext2.request_token which is a must to get access token

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-picasa-data-api?hl=en.

Reply via email to