Hi All,
Recently I have started to develop "Integration with Google Health" project using OAuth. I need to know
whether it is possible or not to develop this in testing environment before registering my application. I mean
what shall I use for 'oauth_consumer_key'. 'localhost' is the correct option? If so, then what should I pass for
"consumer secret". I am developing my application using .NET. Can anybody send me any sample code which
uses testing environment and successful implementation of "OAuthGetRequestToken", "OAuthGetAccessToken"
and "OAuthGetauthorizeToken". You can also mail me at arindam.mallik@gmail.com
Thanks
Arindam
A. Mallik
We are not currently offering support for OAuth. You can see our supported form of Authentication here.
I was trying to implement google oauth to access google contacts in
visual basic.I tried-
A) Authorization header of a GET or POST request. Use "Authorization:
OAuth". All parameters listed above can go in the header, except for
scope and xoauth_displayname, which must go either in the body or in
the URL as a query parameter. The example below puts them in the body
of the request.
B) Body of a POST request. The content type must be "Content-Type:
application/x-www-form-
Please see this response:
http://developer.constantcontact.com/node/850#comment-1658
Hello All OAUTH 401 Error,
Did any body able to bild the application to grant access to the constant contact accounts using oauth mechanism using c# and .NET ,
please let me know the source code. i am getting 401 unauthorized error.
Hello All,
Is constant contact supporting OAUTH mechanism.
Constant Contact does support the use of OAuth authentication, which you can read more about here. Unfortunately we do not have any .NET samples at this time, but it is something we are looking to do in the very near future. If you would like to send your code over to our webservices support team we would be happy to take a look and see if we can assist in resolving this.
David J
Hello,
What is client certificate? Do we need to download from constant contact web site, in order to use OAUTH mechanism, to request for unauthorized request token over SSL for the below url.
https://oauth.constantcontact.com/ws/oauth/request_token
I am sorry, I do not understand what you mean by 'client certificate'. When obtaining an unauthorized request token, the only data that you need from Constant Contact is your API Key and Consumer Secret. The rest of the parameters that need to be included can be created through many OAuth Libraries and are not given by Constant Contact. The full list of parameters for this request can be found here, and they are:
oauth_callback - URL to which our service should redirect the user after authorizing the request token. Specify "oob" if there is no callback url (ie, desktop application)
oauth_consumer_key - Your API Key
oauth_nonce - A random string (see tools.ietf.org/html/rfc5849#page-17 for more details)
oauth_signature_method - We only support "HMAC-SHA1"
oauth_timestame - Timestamp of the request, expressed in the number of seconds since January 1, 1970 00:00:00 GMT
oauth_version - Should be set to 1.0 (This is the value that should be sent per OAuth 1.0a spec)
oauth_signature - A string value that is a signature of your request signed using your application's consumer secret (for more information see tools.ietf.org/html/rfc5849#page-18)
David J
The holidays have come and gone. For many seasonal businesses, this means the rush of shoppers has decreased as well. Instead of turning off the lights and waiting for spring, make your email marketi...
See Article